Html Css Color HEX #CAB719 Bird Flower

📋 copy color: '#CAB719'

red 202 ◦ green 183 ◦ blue 25

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

Shades of Bird Flower #CAB719

Tints of Bird Flower #CAB719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 49.27%
G = 44.63%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB719 (or 0xCAB719) is known color: Bird Flower. HEX triplet: CA, B7 and 19. RGB value is (202,183,25). Sum of RGB (Red+Green+Blue) = 202+183+25=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB719 is #3548E6. Grayscale: #ABABAB. Windows color (decimal): -3492071 or 1685450. OLE color: 1685450.

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

Color convert

RGB 202 183 25 -
CMYK 0 0.09 0.88 0.21
HSL 53.56º 0.78% 0.45% -
HSV(B) 53.56º 0.88% 0.79% -
XYZ 41.47 46.49 7.71 -
YUV 170.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 202 183 25 0 0.09 0.88 0.21 53.56 0.78 0.45
Hex CA B7 19 0 9 58 15 36 4E 2D
Octal 312 267 31 0 11 130 25 66 116 55
Binary 11001010 10110111 11001 0 1001 1011000 10101 110110 1001110 101101

Color Harmonies of #CAB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB719

Black with #CAB719

Text Example


Text Example

White with #CAB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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