Html Css Color HEX #DDDF67 Goldenrod

📋 copy color: '#DDDF67'

red 221 ◦ green 223 ◦ blue 103

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

Shades of Goldenrod #DDDF67

Tints of Goldenrod #DDDF67

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

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

R = 40.4%
G = 40.77%
B = 18.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDDF67 (or 0xDDDF67) is known color: Goldenrod. HEX triplet: DD, DF and 67. RGB value is (221,223,103). Sum of RGB (Red+Green+Blue) = 221+223+103=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF67 is #222098. Grayscale: #D1D1D1. Windows color (decimal): -2236569 or 6807517. OLE color: 6807517.

HSL color Cylindrical-coordinate representation of color #DDDF67: hue angle of 61º degrees, saturation: 0.65, 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 #DDDF67 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 103 -
CMYK 0.01 0 0.54 0.13
HSL 61º 0.65% 0.64% -
HSV(B) 61º 0.54% 0.87% -
XYZ 58.65 69.13 23.08 -
YUV 208.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 221 223 103 0.01 0 0.54 0.13 61 0.65 0.64
Hex DD DF 67 1 0 36 D 3D 41 40
Octal 335 337 147 1 0 66 15 75 101 100
Binary 11011101 11011111 1100111 1 0 110110 1101 111101 1000001 1000000

Color Harmonies of #DDDF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF67

Black with #DDDF67

Text Example


Text Example

White with #DDDF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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