Html Css Color HEX #D2D067 Goldenrod

📋 copy color: '#D2D067'

red 210 ◦ green 208 ◦ blue 103

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

Shades of Goldenrod #D2D067

Tints of Goldenrod #D2D067

RGB

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

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

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

R = 40.31%
G = 39.92%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D2D067 (or 0xD2D067) is known color: Goldenrod. HEX triplet: D2, D0 and 67. RGB value is (210,208,103). Sum of RGB (Red+Green+Blue) = 210+208+103=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D067 is #2D2F98. Grayscale: #C5C5C5. Windows color (decimal): -2961305 or 6803666. OLE color: 6803666.

HSL color Cylindrical-coordinate representation of color #D2D067: hue angle of 58.88º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2D067 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 208 103 -
CMYK 0 0.01 0.51 0.18
HSL 58.88º 0.54% 0.61% -
HSV(B) 58.88º 0.51% 0.82% -
XYZ 51.58 59.79 21.65 -
YUV 196.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 210 208 103 0 0.01 0.51 0.18 58.88 0.54 0.61
Hex D2 D0 67 0 1 33 12 3B 36 3D
Octal 322 320 147 0 1 63 22 73 66 75
Binary 11010010 11010000 1100111 0 1 110011 10010 111011 110110 111101

Color Harmonies of #D2D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D067

Black with #D2D067

Text Example


Text Example

White with #D2D067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D067; }

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

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

background-color css

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

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

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

border-color css

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

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

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