Html Css Color HEX #CAB714 Bird Flower

📋 copy color: '#CAB714'

red 202 ◦ green 183 ◦ blue 20

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

Shades of Bird Flower #CAB714

Tints of Bird Flower #CAB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 49.88%
G = 45.19%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB714 (or 0xCAB714) is known color: Bird Flower. HEX triplet: CA, B7 and 14. RGB value is (202,183,20). Sum of RGB (Red+Green+Blue) = 202+183+20=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB714 is #3548EB. Grayscale: #AAAAAA. Windows color (decimal): -3492076 or 1357770. OLE color: 1357770.

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

Color convert

RGB 202 183 20 -
CMYK 0 0.09 0.90 0.21
HSL 53.74º 0.82% 0.44% -
HSV(B) 53.74º 0.9% 0.79% -
XYZ 41.42 46.47 7.45 -
YUV 170.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 202 183 20 0 0.09 0.90 0.21 53.74 0.82 0.44
Hex CA B7 14 0 9 5A 15 36 52 2C
Octal 312 267 24 0 11 132 25 66 122 54
Binary 11001010 10110111 10100 0 1001 1011010 10101 110110 1010010 101100

Color Harmonies of #CAB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB714

Black with #CAB714

Text Example


Text Example

White with #CAB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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