Html Css Color HEX #CAB90F Bird Flower

📋 copy color: '#CAB90F'

red 202 ◦ green 185 ◦ blue 15

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

Shades of Bird Flower #CAB90F

Tints of Bird Flower #CAB90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 50.25%
G = 46.02%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAB90F (or 0xCAB90F) is known color: Bird Flower. HEX triplet: CA, B9 and 0F. RGB value is (202,185,15). Sum of RGB (Red+Green+Blue) = 202+185+15=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB90F is #3546F0. Grayscale: #ABABAB. Windows color (decimal): -3491569 or 1030602. OLE color: 1030602.

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

Color convert

RGB 202 185 15 -
CMYK 0 0.08 0.93 0.21
HSL 54.55º 0.86% 0.43% -
HSV(B) 54.55º 0.93% 0.79% -
XYZ 41.79 47.29 7.38 -
YUV 170.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 202 185 15 0 0.08 0.93 0.21 54.55 0.86 0.43
Hex CA B9 F 0 8 5D 15 37 56 2B
Octal 312 271 17 0 10 135 25 67 126 53
Binary 11001010 10111001 1111 0 1000 1011101 10101 110111 1010110 101011

Color Harmonies of #CAB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB90F

Black with #CAB90F

Text Example


Text Example

White with #CAB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB90F; }

 p { color: rgb(202,185,15); }

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

background-color css

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

 a { background-color: rgb(202,185,15); }

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

border-color css

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

 span { border-color: rgb(202,185,15); }

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