Html Css Color HEX #CAB617 Bird Flower

📋 copy color: '#CAB617'

red 202 ◦ green 182 ◦ blue 23

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

Shades of Bird Flower #CAB617

Tints of Bird Flower #CAB617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 49.63%
G = 44.72%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB617 (or 0xCAB617) is known color: Bird Flower. HEX triplet: CA, B6 and 17. RGB value is (202,182,23). Sum of RGB (Red+Green+Blue) = 202+182+23=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB617 is #3549E8. Grayscale: #AAAAAA. Windows color (decimal): -3492329 or 1554122. OLE color: 1554122.

HSL color Cylindrical-coordinate representation of color #CAB617: hue angle of 53.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAB617 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 23 -
CMYK 0 0.10 0.89 0.21
HSL 53.3º 0.8% 0.44% -
HSV(B) 53.3º 0.89% 0.79% -
XYZ 41.24 46.07 7.53 -
YUV 169.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 202 182 23 0 0.10 0.89 0.21 53.3 0.8 0.44
Hex CA B6 17 0 A 59 15 35 50 2C
Octal 312 266 27 0 12 131 25 65 120 54
Binary 11001010 10110110 10111 0 1010 1011001 10101 110101 1010000 101100

Color Harmonies of #CAB617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB617

Black with #CAB617

Text Example


Text Example

White with #CAB617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB617; }

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

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

background-color css

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

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

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

border-color css

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

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

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