Html Css Color HEX #CAB71C Bird Flower

📋 copy color: '#CAB71C'

red 202 ◦ green 183 ◦ blue 28

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

Shades of Bird Flower #CAB71C

Tints of Bird Flower #CAB71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 48.91%
G = 44.31%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CAB71C (or 0xCAB71C) is known color: Bird Flower. HEX triplet: CA, B7 and 1C. RGB value is (202,183,28). Sum of RGB (Red+Green+Blue) = 202+183+28=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB71C is #3548E3. Grayscale: #ABABAB. Windows color (decimal): -3492068 or 1882058. OLE color: 1882058.

HSL color Cylindrical-coordinate representation of color #CAB71C: hue angle of 53.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAB71C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 28 -
CMYK 0 0.09 0.86 0.21
HSL 53.45º 0.76% 0.45% -
HSV(B) 53.45º 0.86% 0.79% -
XYZ 41.5 46.51 7.89 -
YUV 171.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 202 183 28 0 0.09 0.86 0.21 53.45 0.76 0.45
Hex CA B7 1C 0 9 56 15 35 4C 2D
Octal 312 267 34 0 11 126 25 65 114 55
Binary 11001010 10110111 11100 0 1001 1010110 10101 110101 1001100 101101

Color Harmonies of #CAB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB71C

Black with #CAB71C

Text Example


Text Example

White with #CAB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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