Html Css Color HEX #D4D068 Goldenrod

📋 copy color: '#D4D068'

red 212 ◦ green 208 ◦ blue 104

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

Shades of Goldenrod #D4D068

Tints of Goldenrod #D4D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 40.46%
G = 39.69%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4D068 (or 0xD4D068) is known color: Goldenrod. HEX triplet: D4, D0 and 68. RGB value is (212,208,104). Sum of RGB (Red+Green+Blue) = 212+208+104=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D068 is #2B2F97. Grayscale: #C5C5C5. Windows color (decimal): -2830232 or 6869204. OLE color: 6869204.

HSL color Cylindrical-coordinate representation of color #D4D068: hue angle of 57.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D068 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 104 -
CMYK 0 0.02 0.51 0.17
HSL 57.78º 0.56% 0.62% -
HSV(B) 57.78º 0.51% 0.83% -
XYZ 52.21 60.11 21.95 -
YUV 197.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 212 208 104 0 0.02 0.51 0.17 57.78 0.56 0.62
Hex D4 D0 68 0 2 33 11 3A 38 3E
Octal 324 320 150 0 2 63 21 72 70 76
Binary 11010100 11010000 1101000 0 10 110011 10001 111010 111000 111110

Color Harmonies of #D4D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D068

Black with #D4D068

Text Example


Text Example

White with #D4D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D068; }

 p { color: rgb(212,208,104); }

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

background-color css

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

 a { background-color: rgb(212,208,104); }

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

border-color css

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

 span { border-color: rgb(212,208,104); }

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