Html Css Color HEX #CBC215 Bird Flower

📋 copy color: '#CBC215'

red 203 ◦ green 194 ◦ blue 21

#CBC215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CBC215

Tints of Bird Flower #CBC215

RGB

 RED value IS 203 (79.69% from 255) = 48.56%

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 48.56%
G = 46.41%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC215 (or 0xCBC215) is known color: Bird Flower. HEX triplet: CB, C2 and 15. RGB value is (203,194,21). Sum of RGB (Red+Green+Blue) = 203+194+21=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC215 is #343DEA. Grayscale: #B1B1B1. Windows color (decimal): -3423723 or 1426123. OLE color: 1426123.

HSL color Cylindrical-coordinate representation of color #CBC215: hue angle of 57.03º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBC215 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 21 -
CMYK 0 0.04 0.90 0.20
HSL 57.03º 0.81% 0.44% -
HSV(B) 57.03º 0.9% 0.8% -
XYZ 44.06 51.33 8.3 -
YUV 176.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 203 194 21 0 0.04 0.90 0.20 57.03 0.81 0.44
Hex CB C2 15 0 4 5A 14 39 51 2C
Octal 313 302 25 0 4 132 24 71 121 54
Binary 11001011 11000010 10101 0 100 1011010 10100 111001 1010001 101100

Color Harmonies of #CBC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC215

Black with #CBC215

Text Example


Text Example

White with #CBC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC215; }

 p { color: rgb(203,194,21); }

 H1.HeaderClassName
 {
   color: #CBC215;
 }
 .AnyTagClassName
 {
   color: #CBC215;
 }
</style>

background-color css

<style>
 a { background-color: #CBC215; }

 a { background-color: rgb(203,194,21); }

 div.DivClassName
 {
   background-color: #CBC215;
 }
 .BgClassName
 {
   background-color: #CBC215;
 }
</style>

border-color css

<style>
 span { border-color: #CBC215; }

 span { border-color: rgb(203,194,21); }

 td.TdClassName
 {
   border-color: #CBC215;
 }
 .TagClassName
 {
   border-color: #CBC215;
 }
</style>