Html Css Color HEX #CBB724 Bird Flower

📋 copy color: '#CBB724'

red 203 ◦ green 183 ◦ blue 36

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

Shades of Bird Flower #CBB724

Tints of Bird Flower #CBB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 36 (14.45% from 255) = 8.53%

R = 48.1%
G = 43.36%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBB724 (or 0xCBB724) is known color: Bird Flower. HEX triplet: CB, B7 and 24. RGB value is (203,183,36). Sum of RGB (Red+Green+Blue) = 203+183+36=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB724 is #3448DB. Grayscale: #ACACAC. Windows color (decimal): -3426524 or 2406347. OLE color: 2406347.

HSL color Cylindrical-coordinate representation of color #CBB724: hue angle of 52.81º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBB724 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 36 -
CMYK 0 0.10 0.82 0.20
HSL 52.81º 0.7% 0.47% -
HSV(B) 52.81º 0.82% 0.8% -
XYZ 41.88 46.69 8.47 -
YUV 172.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 203 183 36 0 0.10 0.82 0.20 52.81 0.7 0.47
Hex CB B7 24 0 A 52 14 35 46 2F
Octal 313 267 44 0 12 122 24 65 106 57
Binary 11001011 10110111 100100 0 1010 1010010 10100 110101 1000110 101111

Color Harmonies of #CBB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB724

Black with #CBB724

Text Example


Text Example

White with #CBB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB724; }

 p { color: rgb(203,183,36); }

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

background-color css

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

 a { background-color: rgb(203,183,36); }

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

border-color css

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

 span { border-color: rgb(203,183,36); }

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