Html Css Color HEX #CAB207 Bird Flower

📋 copy color: '#CAB207'

red 202 ◦ green 178 ◦ blue 7

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

Shades of Bird Flower #CAB207

Tints of Bird Flower #CAB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

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

R = 52.2%
G = 45.99%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAB207 (or 0xCAB207) is known color: Bird Flower. HEX triplet: CA, B2 and 07. RGB value is (202,178,7). Sum of RGB (Red+Green+Blue) = 202+178+7=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB207 is #354DF8. Grayscale: #A6A6A6. Windows color (decimal): -3493369 or 504522. OLE color: 504522.

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

Color convert

RGB 202 178 7 -
CMYK 0 0.12 0.97 0.21
HSL 52.62º 0.93% 0.41% -
HSV(B) 52.62º 0.97% 0.79% -
XYZ 40.32 44.41 6.65 -
YUV 165.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 202 178 7 0 0.12 0.97 0.21 52.62 0.93 0.41
Hex CA B2 7 0 C 61 15 35 5D 29
Octal 312 262 7 0 14 141 25 65 135 51
Binary 11001010 10110010 111 0 1100 1100001 10101 110101 1011101 101001

Color Harmonies of #CAB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB207

Black with #CAB207

Text Example


Text Example

White with #CAB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB207; }

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

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

background-color css

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

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

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

border-color css

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

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

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