Html Css Color HEX #CAB614 Bird Flower

📋 copy color: '#CAB614'

red 202 ◦ green 182 ◦ blue 20

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

Shades of Bird Flower #CAB614

Tints of Bird Flower #CAB614

RGB

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

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

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

R = 50%
G = 45.05%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB614 (or 0xCAB614) is known color: Bird Flower. HEX triplet: CA, B6 and 14. RGB value is (202,182,20). Sum of RGB (Red+Green+Blue) = 202+182+20=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB614 is #3549EB. Grayscale: #AAAAAA. Windows color (decimal): -3492332 or 1357514. OLE color: 1357514.

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

Color convert

RGB 202 182 20 -
CMYK 0 0.10 0.90 0.21
HSL 53.41º 0.82% 0.44% -
HSV(B) 53.41º 0.9% 0.79% -
XYZ 41.21 46.06 7.38 -
YUV 169.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 202 182 20 0 0.10 0.90 0.21 53.41 0.82 0.44
Hex CA B6 14 0 A 5A 15 35 52 2C
Octal 312 266 24 0 12 132 25 65 122 54
Binary 11001010 10110110 10100 0 1010 1011010 10101 110101 1010010 101100

Color Harmonies of #CAB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB614

Black with #CAB614

Text Example


Text Example

White with #CAB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB614; }

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

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

background-color css

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

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

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

border-color css

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

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

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