Html Css Color HEX #D2DE67 Goldenrod

📋 copy color: '#D2DE67'

red 210 ◦ green 222 ◦ blue 103

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

Shades of Goldenrod #D2DE67

Tints of Goldenrod #D2DE67

RGB

 RED value IS 210 (82.42% from 255) = 39.25%

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

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

R = 39.25%
G = 41.5%
B = 19.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#D2DE67 (or 0xD2DE67) is known color: Goldenrod. HEX triplet: D2, DE and 67. RGB value is (210,222,103). Sum of RGB (Red+Green+Blue) = 210+222+103=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE67 is #2D2198. Grayscale: #CDCDCD. Windows color (decimal): -2957721 or 6807250. OLE color: 6807250.

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

Color convert

RGB 210 222 103 -
CMYK 0.05 0 0.54 0.13
HSL 66.05º 0.64% 0.64% -
HSV(B) 66.05º 0.54% 0.87% -
XYZ 55.15 66.92 22.84 -
YUV 204.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 210 222 103 0.05 0 0.54 0.13 66.05 0.64 0.64
Hex D2 DE 67 5 0 36 D 42 40 40
Octal 322 336 147 5 0 66 15 102 100 100
Binary 11010010 11011110 1100111 101 0 110110 1101 1000010 1000000 1000000

Color Harmonies of #D2DE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DE67

Black with #D2DE67

Text Example


Text Example

White with #D2DE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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