Html Css Color HEX #CBB210 Bird Flower

📋 copy color: '#CBB210'

red 203 ◦ green 178 ◦ blue 16

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

Shades of Bird Flower #CBB210

Tints of Bird Flower #CBB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 51.13%
G = 44.84%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBB210 (or 0xCBB210) is known color: Bird Flower. HEX triplet: CB, B2 and 10. RGB value is (203,178,16). Sum of RGB (Red+Green+Blue) = 203+178+16=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB210 is #344DEF. Grayscale: #A7A7A7. Windows color (decimal): -3427824 or 1094347. OLE color: 1094347.

HSL color Cylindrical-coordinate representation of color #CBB210: hue angle of 51.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBB210 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 16 -
CMYK 0 0.12 0.92 0.20
HSL 51.98º 0.85% 0.43% -
HSV(B) 51.98º 0.92% 0.8% -
XYZ 40.64 44.57 6.95 -
YUV 167.01 42.78 153.67 -
System Red Green Blue C M Y K H S L
Decimal 203 178 16 0 0.12 0.92 0.20 51.98 0.85 0.43
Hex CB B2 10 0 C 5C 14 34 55 2B
Octal 313 262 20 0 14 134 24 64 125 53
Binary 11001011 10110010 10000 0 1100 1011100 10100 110100 1010101 101011

Color Harmonies of #CBB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB210

Black with #CBB210

Text Example


Text Example

White with #CBB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB210; }

 p { color: rgb(203,178,16); }

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

background-color css

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

 a { background-color: rgb(203,178,16); }

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

border-color css

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

 span { border-color: rgb(203,178,16); }

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