Html Css Color HEX #CAB717 Bird Flower

📋 copy color: '#CAB717'

red 202 ◦ green 183 ◦ blue 23

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

Shades of Bird Flower #CAB717

Tints of Bird Flower #CAB717

RGB

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

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

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

R = 49.51%
G = 44.85%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB717 (or 0xCAB717) is known color: Bird Flower. HEX triplet: CA, B7 and 17. RGB value is (202,183,23). Sum of RGB (Red+Green+Blue) = 202+183+23=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB717 is #3548E8. Grayscale: #ABABAB. Windows color (decimal): -3492073 or 1554378. OLE color: 1554378.

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

Color convert

RGB 202 183 23 -
CMYK 0 0.09 0.89 0.21
HSL 53.63º 0.8% 0.44% -
HSV(B) 53.63º 0.89% 0.79% -
XYZ 41.45 46.49 7.6 -
YUV 170.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 202 183 23 0 0.09 0.89 0.21 53.63 0.8 0.44
Hex CA B7 17 0 9 59 15 36 50 2C
Octal 312 267 27 0 11 131 25 66 120 54
Binary 11001010 10110111 10111 0 1001 1011001 10101 110110 1010000 101100

Color Harmonies of #CAB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB717

Black with #CAB717

Text Example


Text Example

White with #CAB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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