Html Css Color HEX #DDDE67 Goldenrod

📋 copy color: '#DDDE67'

red 221 ◦ green 222 ◦ blue 103

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

Shades of Goldenrod #DDDE67

Tints of Goldenrod #DDDE67

RGB

 RED value IS 221 (86.72% from 255) = 40.48%

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 40.48%
G = 40.66%
B = 18.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDDE67 (or 0xDDDE67) is known color: Goldenrod. HEX triplet: DD, DE and 67. RGB value is (221,222,103). Sum of RGB (Red+Green+Blue) = 221+222+103=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE67 is #222198. Grayscale: #D0D0D0. Windows color (decimal): -2236825 or 6807261. OLE color: 6807261.

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

Color convert

RGB 221 222 103 -
CMYK 0.00 0 0.54 0.13
HSL 60.5º 0.64% 0.64% -
HSV(B) 60.5º 0.54% 0.87% -
XYZ 58.39 68.59 22.99 -
YUV 208.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 221 222 103 0.00 0 0.54 0.13 60.5 0.64 0.64
Hex DD DE 67 0 0 36 D 3D 40 40
Octal 335 336 147 0 0 66 15 75 100 100
Binary 11011101 11011110 1100111 0 0 110110 1101 111101 1000000 1000000

Color Harmonies of #DDDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE67

Black with #DDDE67

Text Example


Text Example

White with #DDDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE67; }

 p { color: rgb(221,222,103); }

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

background-color css

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

 a { background-color: rgb(221,222,103); }

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

border-color css

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

 span { border-color: rgb(221,222,103); }

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