Html Css Color HEX #CAB00B Bird Flower

📋 copy color: '#CAB00B'

red 202 ◦ green 176 ◦ blue 11

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

Shades of Bird Flower #CAB00B

Tints of Bird Flower #CAB00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 51.93%
G = 45.24%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CAB00B (or 0xCAB00B) is known color: Bird Flower. HEX triplet: CA, B0 and 0B. RGB value is (202,176,11). Sum of RGB (Red+Green+Blue) = 202+176+11=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00B is #354FF4. Grayscale: #A5A5A5. Windows color (decimal): -3493877 or 766154. OLE color: 766154.

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

Color convert

RGB 202 176 11 -
CMYK 0 0.13 0.95 0.21
HSL 51.83º 0.9% 0.42% -
HSV(B) 51.83º 0.95% 0.79% -
XYZ 39.94 43.63 6.63 -
YUV 164.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 202 176 11 0 0.13 0.95 0.21 51.83 0.9 0.42
Hex CA B0 B 0 D 5F 15 34 5A 2A
Octal 312 260 13 0 15 137 25 64 132 52
Binary 11001010 10110000 1011 0 1101 1011111 10101 110100 1011010 101010

Color Harmonies of #CAB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB00B

Black with #CAB00B

Text Example


Text Example

White with #CAB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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