Html Css Color HEX #CBB019 Bird Flower

📋 copy color: '#CBB019'

red 203 ◦ green 176 ◦ blue 25

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

Shades of Bird Flower #CBB019

Tints of Bird Flower #CBB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

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

R = 50.25%
G = 43.56%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB019 (or 0xCBB019) is known color: Bird Flower. HEX triplet: CB, B0 and 19. RGB value is (203,176,25). Sum of RGB (Red+Green+Blue) = 203+176+25=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB019 is #344FE6. Grayscale: #A7A7A7. Windows color (decimal): -3428327 or 1683659. OLE color: 1683659.

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

Color convert

RGB 203 176 25 -
CMYK 0 0.13 0.88 0.20
HSL 50.9º 0.78% 0.45% -
HSV(B) 50.9º 0.88% 0.8% -
XYZ 40.33 43.82 7.25 -
YUV 166.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 203 176 25 0 0.13 0.88 0.20 50.9 0.78 0.45
Hex CB B0 19 0 D 58 14 33 4E 2D
Octal 313 260 31 0 15 130 24 63 116 55
Binary 11001011 10110000 11001 0 1101 1011000 10100 110011 1001110 101101

Color Harmonies of #CBB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB019

Black with #CBB019

Text Example


Text Example

White with #CBB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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