Html Css Color HEX #CBB214 Bird Flower

📋 copy color: '#CBB214'

red 203 ◦ green 178 ◦ blue 20

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

Shades of Bird Flower #CBB214

Tints of Bird Flower #CBB214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 50.62%
G = 44.39%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB214 (or 0xCBB214) is known color: Bird Flower. HEX triplet: CB, B2 and 14. RGB value is (203,178,20). Sum of RGB (Red+Green+Blue) = 203+178+20=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB214 is #344DEB. Grayscale: #A8A8A8. Windows color (decimal): -3427820 or 1356491. OLE color: 1356491.

HSL color Cylindrical-coordinate representation of color #CBB214: hue angle of 51.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBB214 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 20 -
CMYK 0 0.12 0.90 0.20
HSL 51.8º 0.82% 0.44% -
HSV(B) 51.8º 0.9% 0.8% -
XYZ 40.68 44.59 7.12 -
YUV 167.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 203 178 20 0 0.12 0.90 0.20 51.8 0.82 0.44
Hex CB B2 14 0 C 5A 14 34 52 2C
Octal 313 262 24 0 14 132 24 64 122 54
Binary 11001011 10110010 10100 0 1100 1011010 10100 110100 1010010 101100

Color Harmonies of #CBB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB214

Black with #CBB214

Text Example


Text Example

White with #CBB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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