Html Css Color HEX #CAB00D Bird Flower

📋 copy color: '#CAB00D'

red 202 ◦ green 176 ◦ blue 13

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

Shades of Bird Flower #CAB00D

Tints of Bird Flower #CAB00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 51.66%
G = 45.01%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAB00D (or 0xCAB00D) is known color: Bird Flower. HEX triplet: CA, B0 and 0D. RGB value is (202,176,13). Sum of RGB (Red+Green+Blue) = 202+176+13=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00D is #354FF2. Grayscale: #A5A5A5. Windows color (decimal): -3493875 or 897226. OLE color: 897226.

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

Color convert

RGB 202 176 13 -
CMYK 0 0.13 0.94 0.21
HSL 51.75º 0.88% 0.42% -
HSV(B) 51.75º 0.94% 0.79% -
XYZ 39.96 43.64 6.7 -
YUV 165.19 42.11 154.25 -
System Red Green Blue C M Y K H S L
Decimal 202 176 13 0 0.13 0.94 0.21 51.75 0.88 0.42
Hex CA B0 D 0 D 5E 15 34 58 2A
Octal 312 260 15 0 15 136 25 64 130 52
Binary 11001010 10110000 1101 0 1101 1011110 10101 110100 1011000 101010

Color Harmonies of #CAB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB00D

Black with #CAB00D

Text Example


Text Example

White with #CAB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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