Html Css Color HEX #D7D20C Bird Flower

📋 copy color: '#D7D20C'

red 215 ◦ green 210 ◦ blue 12

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

Shades of Bird Flower #D7D20C

Tints of Bird Flower #D7D20C

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

 GREEN value IS 210 (82.42% from 255) = 48.05%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 49.2%
G = 48.05%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7D20C (or 0xD7D20C) is known color: Bird Flower. HEX triplet: D7, D2 and 0C. RGB value is (215,210,12). Sum of RGB (Red+Green+Blue) = 215+210+12=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D20C is #282DF3. Grayscale: #BDBDBD. Windows color (decimal): -2633204 or 840407. OLE color: 840407.

HSL color Cylindrical-coordinate representation of color #D7D20C: hue angle of 58.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7D20C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 12 -
CMYK 0 0.02 0.94 0.16
HSL 58.52º 0.89% 0.45% -
HSV(B) 58.52º 0.94% 0.84% -
XYZ 51.14 60.57 9.34 -
YUV 188.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 215 210 12 0 0.02 0.94 0.16 58.52 0.89 0.45
Hex D7 D2 C 0 2 5E 10 3B 59 2D
Octal 327 322 14 0 2 136 20 73 131 55
Binary 11010111 11010010 1100 0 10 1011110 10000 111011 1011001 101101

Color Harmonies of #D7D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D20C

Black with #D7D20C

Text Example


Text Example

White with #D7D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D20C; }

 p { color: rgb(215,210,12); }

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

background-color css

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

 a { background-color: rgb(215,210,12); }

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

border-color css

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

 span { border-color: rgb(215,210,12); }

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