Html Css Color HEX #CBB218 Bird Flower

📋 copy color: '#CBB218'

red 203 ◦ green 178 ◦ blue 24

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

Shades of Bird Flower #CBB218

Tints of Bird Flower #CBB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 50.12%
G = 43.95%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB218 (or 0xCBB218) is known color: Bird Flower. HEX triplet: CB, B2 and 18. RGB value is (203,178,24). Sum of RGB (Red+Green+Blue) = 203+178+24=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB218 is #344DE7. Grayscale: #A8A8A8. Windows color (decimal): -3427816 or 1618635. OLE color: 1618635.

HSL color Cylindrical-coordinate representation of color #CBB218: hue angle of 51.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBB218 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 24 -
CMYK 0 0.12 0.88 0.20
HSL 51.62º 0.79% 0.45% -
HSV(B) 51.62º 0.88% 0.8% -
XYZ 40.71 44.6 7.33 -
YUV 167.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 203 178 24 0 0.12 0.88 0.20 51.62 0.79 0.45
Hex CB B2 18 0 C 58 14 34 4F 2D
Octal 313 262 30 0 14 130 24 64 117 55
Binary 11001011 10110010 11000 0 1100 1011000 10100 110100 1001111 101101

Color Harmonies of #CBB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB218

Black with #CBB218

Text Example


Text Example

White with #CBB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB218; }

 p { color: rgb(203,178,24); }

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

background-color css

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

 a { background-color: rgb(203,178,24); }

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

border-color css

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

 span { border-color: rgb(203,178,24); }

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