Html Css Color HEX #D6DC67 Goldenrod

📋 copy color: '#D6DC67'

red 214 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #D6DC67

Tints of Goldenrod #D6DC67

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 103 (40.63% from 255) = 19.18%

R = 39.85%
G = 40.97%
B = 19.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#D6DC67 (or 0xD6DC67) is known color: Goldenrod. HEX triplet: D6, DC and 67. RGB value is (214,220,103). Sum of RGB (Red+Green+Blue) = 214+220+103=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC67 is #292398. Grayscale: #CDCDCD. Windows color (decimal): -2696089 or 6806742. OLE color: 6806742.

HSL color Cylindrical-coordinate representation of color #D6DC67: hue angle of 63.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6DC67 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 103 -
CMYK 0.03 0 0.53 0.14
HSL 63.08º 0.63% 0.63% -
HSV(B) 63.08º 0.53% 0.86% -
XYZ 55.77 66.46 22.72 -
YUV 204.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 214 220 103 0.03 0 0.53 0.14 63.08 0.63 0.63
Hex D6 DC 67 3 0 35 E 3F 3F 3F
Octal 326 334 147 3 0 65 16 77 77 77
Binary 11010110 11011100 1100111 11 0 110101 1110 111111 111111 111111

Color Harmonies of #D6DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC67

Black with #D6DC67

Text Example


Text Example

White with #D6DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC67; }

 p { color: rgb(214,220,103); }

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

background-color css

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

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

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

border-color css

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

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

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