Html Css Color HEX #D1D70C Bird Flower

📋 copy color: '#D1D70C'

red 209 ◦ green 215 ◦ blue 12

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

Shades of Bird Flower #D1D70C

Tints of Bird Flower #D1D70C

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 47.94%
G = 49.31%
B = 2.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D1D70C (or 0xD1D70C) is known color: Bird Flower. HEX triplet: D1, D7 and 0C. RGB value is (209,215,12). Sum of RGB (Red+Green+Blue) = 209+215+12=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D70C is #2E28F3. Grayscale: #BEBEBE. Windows color (decimal): -3025140 or 841681. OLE color: 841681.

HSL color Cylindrical-coordinate representation of color #D1D70C: hue angle of 61.77º 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 #D1D70C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 12 -
CMYK 0.03 0 0.94 0.16
HSL 61.77º 0.89% 0.45% -
HSV(B) 61.77º 0.94% 0.84% -
XYZ 50.66 62.18 9.68 -
YUV 190.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 209 215 12 0.03 0 0.94 0.16 61.77 0.89 0.45
Hex D1 D7 C 3 0 5E 10 3E 59 2D
Octal 321 327 14 3 0 136 20 76 131 55
Binary 11010001 11010111 1100 11 0 1011110 10000 111110 1011001 101101

Color Harmonies of #D1D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D70C

Black with #D1D70C

Text Example


Text Example

White with #D1D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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