Html Css Color HEX #CBB919 Bird Flower

📋 copy color: '#CBB919'

red 203 ◦ green 185 ◦ blue 25

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

Shades of Bird Flower #CBB919

Tints of Bird Flower #CBB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 49.15%
G = 44.79%
B = 6.05%

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

#CBB919 (or 0xCBB919) is known color: Bird Flower. HEX triplet: CB, B9 and 19. RGB value is (203,185,25). Sum of RGB (Red+Green+Blue) = 203+185+25=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB919 is #3446E6. Grayscale: #ACACAC. Windows color (decimal): -3426023 or 1685963. OLE color: 1685963.

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

Color convert

RGB 203 185 25 -
CMYK 0 0.09 0.88 0.20
HSL 53.93º 0.78% 0.45% -
HSV(B) 53.93º 0.88% 0.8% -
XYZ 42.15 47.46 7.86 -
YUV 172.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 203 185 25 0 0.09 0.88 0.20 53.93 0.78 0.45
Hex CB B9 19 0 9 58 14 36 4E 2D
Octal 313 271 31 0 11 130 24 66 116 55
Binary 11001011 10111001 11001 0 1001 1011000 10100 110110 1001110 101101

Color Harmonies of #CBB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB919

Black with #CBB919

Text Example


Text Example

White with #CBB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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