Html Css Color HEX #D4DD68 Goldenrod

📋 copy color: '#D4DD68'

red 212 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #D4DD68

Tints of Goldenrod #D4DD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

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

R = 39.48%
G = 41.15%
B = 19.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#D4DD68 (or 0xD4DD68) is known color: Goldenrod. HEX triplet: D4, DD and 68. RGB value is (212,221,104). Sum of RGB (Red+Green+Blue) = 212+221+104=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD68 is #2B2297. Grayscale: #CDCDCD. Windows color (decimal): -2826904 or 6872532. OLE color: 6872532.

HSL color Cylindrical-coordinate representation of color #D4DD68: hue angle of 64.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4DD68 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 104 -
CMYK 0.04 0 0.53 0.13
HSL 64.62º 0.63% 0.64% -
HSV(B) 64.62º 0.53% 0.87% -
XYZ 55.51 66.71 23.05 -
YUV 204.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 212 221 104 0.04 0 0.53 0.13 64.62 0.63 0.64
Hex D4 DD 68 4 0 35 D 41 3F 40
Octal 324 335 150 4 0 65 15 101 77 100
Binary 11010100 11011101 1101000 100 0 110101 1101 1000001 111111 1000000

Color Harmonies of #D4DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD68

Black with #D4DD68

Text Example


Text Example

White with #D4DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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