Html Css Color HEX #D5D70C Bird Flower

📋 copy color: '#D5D70C'

red 213 ◦ green 215 ◦ blue 12

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

Shades of Bird Flower #D5D70C

Tints of Bird Flower #D5D70C

RGB

 RED value IS 213 (83.59% from 255) = 48.41%

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

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

R = 48.41%
G = 48.86%
B = 2.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5D70C (or 0xD5D70C) is known color: Bird Flower. HEX triplet: D5, D7 and 0C. RGB value is (213,215,12). Sum of RGB (Red+Green+Blue) = 213+215+12=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D70C is #2A28F3. Grayscale: #C0C0C0. Windows color (decimal): -2762996 or 841685. OLE color: 841685.

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

Color convert

RGB 213 215 12 -
CMYK 0.01 0 0.94 0.16
HSL 60.59º 0.89% 0.45% -
HSV(B) 60.59º 0.94% 0.84% -
XYZ 51.81 62.77 9.73 -
YUV 191.26 26.84 143.51 -
System Red Green Blue C M Y K H S L
Decimal 213 215 12 0.01 0 0.94 0.16 60.59 0.89 0.45
Hex D5 D7 C 1 0 5E 10 3D 59 2D
Octal 325 327 14 1 0 136 20 75 131 55
Binary 11010101 11010111 1100 1 0 1011110 10000 111101 1011001 101101

Color Harmonies of #D5D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D70C

Black with #D5D70C

Text Example


Text Example

White with #D5D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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