Html Css Color HEX #CBB819 Bird Flower

📋 copy color: '#CBB819'

red 203 ◦ green 184 ◦ blue 25

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

Shades of Bird Flower #CBB819

Tints of Bird Flower #CBB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 49.27%
G = 44.66%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB819 (or 0xCBB819) is known color: Bird Flower. HEX triplet: CB, B8 and 19. RGB value is (203,184,25). Sum of RGB (Red+Green+Blue) = 203+184+25=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB819 is #3447E6. Grayscale: #ACACAC. Windows color (decimal): -3426279 or 1685707. OLE color: 1685707.

HSL color Cylindrical-coordinate representation of color #CBB819: hue angle of 53.6º degrees, saturation: 0.78, 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 #CBB819 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 184 25 -
CMYK 0 0.09 0.88 0.20
HSL 53.6º 0.78% 0.45% -
HSV(B) 53.6º 0.88% 0.8% -
XYZ 41.94 47.05 7.79 -
YUV 171.56 45.29 150.43 -
System Red Green Blue C M Y K H S L
Decimal 203 184 25 0 0.09 0.88 0.20 53.6 0.78 0.45
Hex CB B8 19 0 9 58 14 36 4E 2D
Octal 313 270 31 0 11 130 24 66 116 55
Binary 11001011 10111000 11001 0 1001 1011000 10100 110110 1001110 101101

Color Harmonies of #CBB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB819

Black with #CBB819

Text Example


Text Example

White with #CBB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB819; }

 p { color: rgb(203,184,25); }

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

background-color css

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

 a { background-color: rgb(203,184,25); }

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

border-color css

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

 span { border-color: rgb(203,184,25); }

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