Html Css Color HEX #CBB618 Bird Flower

📋 copy color: '#CBB618'

red 203 ◦ green 182 ◦ blue 24

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

Shades of Bird Flower #CBB618

Tints of Bird Flower #CBB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 49.63%
G = 44.5%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB618 (or 0xCBB618) is known color: Bird Flower. HEX triplet: CB, B6 and 18. RGB value is (203,182,24). Sum of RGB (Red+Green+Blue) = 203+182+24=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB618 is #3449E7. Grayscale: #AAAAAA. Windows color (decimal): -3426792 or 1619659. OLE color: 1619659.

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

Color convert

RGB 203 182 24 -
CMYK 0 0.10 0.88 0.20
HSL 52.96º 0.79% 0.45% -
HSV(B) 52.96º 0.88% 0.8% -
XYZ 41.52 46.22 7.6 -
YUV 170.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 203 182 24 0 0.10 0.88 0.20 52.96 0.79 0.45
Hex CB B6 18 0 A 58 14 35 4F 2D
Octal 313 266 30 0 12 130 24 65 117 55
Binary 11001011 10110110 11000 0 1010 1011000 10100 110101 1001111 101101

Color Harmonies of #CBB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB618

Black with #CBB618

Text Example


Text Example

White with #CBB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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