Html Css Color HEX #D6D60D Bird Flower

📋 copy color: '#D6D60D'

red 214 ◦ green 214 ◦ blue 13

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

Shades of Bird Flower #D6D60D

Tints of Bird Flower #D6D60D

RGB

 RED value IS 214 (83.98% from 255) = 48.53%

 GREEN value IS 214 (83.98% from 255) = 48.53%

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 48.53%
G = 48.53%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6D60D (or 0xD6D60D) is known color: Bird Flower. HEX triplet: D6, D6 and 0D. RGB value is (214,214,13). Sum of RGB (Red+Green+Blue) = 214+214+13=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D60D is #2929F2. Grayscale: #BFBFBF. Windows color (decimal): -2697715 or 906966. OLE color: 906966.

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

Color convert

RGB 214 214 13 -
CMYK 0 0 0.94 0.16
HSL 60º 0.89% 0.45% -
HSV(B) 60º 0.94% 0.84% -
XYZ 51.85 62.42 9.7 -
YUV 191.09 27.5 144.34 -
System Red Green Blue C M Y K H S L
Decimal 214 214 13 0 0 0.94 0.16 60 0.89 0.45
Hex D6 D6 D 0 0 5E 10 3C 59 2D
Octal 326 326 15 0 0 136 20 74 131 55
Binary 11010110 11010110 1101 0 0 1011110 10000 111100 1011001 101101

Color Harmonies of #D6D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D60D

Black with #D6D60D

Text Example


Text Example

White with #D6D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D60D; }

 p { color: rgb(214,214,13); }

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

background-color css

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

 a { background-color: rgb(214,214,13); }

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

border-color css

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

 span { border-color: rgb(214,214,13); }

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