#D7CB02

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

Shades of Bird Flower #D7CB02

Tints of Bird Flower #D7CB02

Color information

#D7CB02 (or 0xD7CB02) is unknown color: approx Bird Flower. HEX triplet: D7, CB and 02. RGB value is (215,203,2). Sum of RGB (Red+Green+Blue) = 215+203+2=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CB02 is #2834FD. Grayscale: #B8B8B8. Windows color (decimal): -2635006 or 183255. OLE color: 183255.

HSL color Cylindrical-coordinate representation of color #D7CB02: hue angle of 56.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7CB02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB2152032-
CMYK00.060.990.16
HSL56.62º98.16%42.55%-
HSV(B)56.62º99.07%84.31%-
XYZ49.3957.168.49-
YUV183.6725.48150.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=51.19%
G=48.33%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215203200.060.990.1656.6298.1642.55
HexD7CB206631039622b
Octal327313206143207114253
Binary11010111110010111001101100011100001110011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CB02; }

 p { color: rgb(215,203,2); }

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

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

 a { background-color: rgb(215,203,2); }

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

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

 span { border-color: rgb(215,203,2); }

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