Html Css Color HEX #CAB214 Bird Flower

📋 copy color: '#CAB214'

red 202 ◦ green 178 ◦ blue 20

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

Shades of Bird Flower #CAB214

Tints of Bird Flower #CAB214

RGB

 RED value IS 202 (79.3% from 255) = 50.5%

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

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

R = 50.5%
G = 44.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB214 (or 0xCAB214) is known color: Bird Flower. HEX triplet: CA, B2 and 14. RGB value is (202,178,20). Sum of RGB (Red+Green+Blue) = 202+178+20=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB214 is #354DEB. Grayscale: #A7A7A7. Windows color (decimal): -3493356 or 1356490. OLE color: 1356490.

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

Color convert

RGB 202 178 20 -
CMYK 0 0.12 0.90 0.21
HSL 52.09º 0.82% 0.44% -
HSV(B) 52.09º 0.9% 0.79% -
XYZ 40.4 44.45 7.11 -
YUV 167.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 202 178 20 0 0.12 0.90 0.21 52.09 0.82 0.44
Hex CA B2 14 0 C 5A 15 34 52 2C
Octal 312 262 24 0 14 132 25 64 122 54
Binary 11001010 10110010 10100 0 1100 1011010 10101 110100 1010010 101100

Color Harmonies of #CAB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB214

Black with #CAB214

Text Example


Text Example

White with #CAB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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