Html Css Color HEX #CAB00F Bird Flower

📋 copy color: '#CAB00F'

red 202 ◦ green 176 ◦ blue 15

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

Shades of Bird Flower #CAB00F

Tints of Bird Flower #CAB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

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

R = 51.4%
G = 44.78%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAB00F (or 0xCAB00F) is known color: Bird Flower. HEX triplet: CA, B0 and 0F. RGB value is (202,176,15). Sum of RGB (Red+Green+Blue) = 202+176+15=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00F is #354FF0. Grayscale: #A6A6A6. Windows color (decimal): -3493873 or 1028298. OLE color: 1028298.

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

Color convert

RGB 202 176 15 -
CMYK 0 0.13 0.93 0.21
HSL 51.66º 0.86% 0.43% -
HSV(B) 51.66º 0.93% 0.79% -
XYZ 39.97 43.64 6.77 -
YUV 165.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 202 176 15 0 0.13 0.93 0.21 51.66 0.86 0.43
Hex CA B0 F 0 D 5D 15 34 56 2B
Octal 312 260 17 0 15 135 25 64 126 53
Binary 11001010 10110000 1111 0 1101 1011101 10101 110100 1010110 101011

Color Harmonies of #CAB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB00F

Black with #CAB00F

Text Example


Text Example

White with #CAB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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