Html Css Color HEX #D8D60C Bird Flower

📋 copy color: '#D8D60C'

red 216 ◦ green 214 ◦ blue 12

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

Shades of Bird Flower #D8D60C

Tints of Bird Flower #D8D60C

RGB

 RED value IS 216 (84.77% from 255) = 48.87%

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

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

R = 48.87%
G = 48.42%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8D60C (or 0xD8D60C) is known color: Bird Flower. HEX triplet: D8, D6 and 0C. RGB value is (216,214,12). Sum of RGB (Red+Green+Blue) = 216+214+12=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D60C is #2729F3. Grayscale: #C0C0C0. Windows color (decimal): -2566644 or 841432. OLE color: 841432.

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

Color convert

RGB 216 214 12 -
CMYK 0 0.01 0.94 0.15
HSL 59.41º 0.89% 0.45% -
HSV(B) 59.41º 0.94% 0.85% -
XYZ 52.43 62.72 9.69 -
YUV 191.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 216 214 12 0 0.01 0.94 0.15 59.41 0.89 0.45
Hex D8 D6 C 0 1 5E F 3B 59 2D
Octal 330 326 14 0 1 136 17 73 131 55
Binary 11011000 11010110 1100 0 1 1011110 1111 111011 1011001 101101

Color Harmonies of #D8D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D60C

Black with #D8D60C

Text Example


Text Example

White with #D8D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D60C; }

 p { color: rgb(216,214,12); }

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

background-color css

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

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

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

border-color css

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

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

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