Html Css Color HEX #CAB007 Bird Flower

📋 copy color: '#CAB007'

red 202 ◦ green 176 ◦ blue 7

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

Shades of Bird Flower #CAB007

Tints of Bird Flower #CAB007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 52.47%
G = 45.71%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAB007 (or 0xCAB007) is known color: Bird Flower. HEX triplet: CA, B0 and 07. RGB value is (202,176,7). Sum of RGB (Red+Green+Blue) = 202+176+7=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB007 is #354FF8. Grayscale: #A5A5A5. Windows color (decimal): -3493881 or 504010. OLE color: 504010.

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

Color convert

RGB 202 176 7 -
CMYK 0 0.13 0.97 0.21
HSL 52º 0.93% 0.41% -
HSV(B) 52º 0.97% 0.79% -
XYZ 39.92 43.62 6.52 -
YUV 164.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 202 176 7 0 0.13 0.97 0.21 52 0.93 0.41
Hex CA B0 7 0 D 61 15 34 5D 29
Octal 312 260 7 0 15 141 25 64 135 51
Binary 11001010 10110000 111 0 1101 1100001 10101 110100 1011101 101001

Color Harmonies of #CAB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB007

Black with #CAB007

Text Example


Text Example

White with #CAB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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