Html Css Color HEX #D4DC67 Goldenrod

📋 copy color: '#D4DC67'

red 212 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #D4DC67

Tints of Goldenrod #D4DC67

RGB

 RED value IS 212 (83.2% from 255) = 39.63%

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

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

R = 39.63%
G = 41.12%
B = 19.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#D4DC67 (or 0xD4DC67) is known color: Goldenrod. HEX triplet: D4, DC and 67. RGB value is (212,220,103). Sum of RGB (Red+Green+Blue) = 212+220+103=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC67 is #2B2398. Grayscale: #CCCCCC. Windows color (decimal): -2827161 or 6806740. OLE color: 6806740.

HSL color Cylindrical-coordinate representation of color #D4DC67: hue angle of 64.1º 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 #D4DC67 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 103 -
CMYK 0.04 0 0.53 0.14
HSL 64.1º 0.63% 0.63% -
HSV(B) 64.1º 0.53% 0.86% -
XYZ 55.19 66.16 22.69 -
YUV 204.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 212 220 103 0.04 0 0.53 0.14 64.1 0.63 0.63
Hex D4 DC 67 4 0 35 E 40 3F 3F
Octal 324 334 147 4 0 65 16 100 77 77
Binary 11010100 11011100 1100111 100 0 110101 1110 1000000 111111 111111

Color Harmonies of #D4DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC67

Black with #D4DC67

Text Example


Text Example

White with #D4DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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