#CABD07

Color #CABD07 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CABD07

Tints of Bird Flower #CABD07

Color information

#CABD07 (or 0xCABD07) is unknown color: approx Bird Flower. HEX triplet: CA, BD and 07. RGB value is (202,189,7). Sum of RGB (Red+Green+Blue) = 202+189+7=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABD07 is #3542F8. Grayscale: #ACACAC. Windows color (decimal): -3490553 or 507338. OLE color: 507338.

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

Color convert

RGB2021897-
CMYK00.060.970.21
HSL56º93.3%40.98%-
HSV(B)56º96.53%79.22%-
XYZ42.5948.977.41-
YUV172.1434.81149.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 7 (3.12% from 255) = 1.76%
R=50.75%
G=47.49%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202189700.060.970.215693.340.98
HexCABD7066115385d29
Octal312275706141257013551
Binary110010101011110111101101100001101011110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD07; }

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

 H1.HeaderClassName
 {
   color: #CABD07;
 }
 .AnyTagClassName
 {
   color: #CABD07;
 }
</style>
background-color css

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

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

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

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

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

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