Html Css Color HEX #D2D468 Goldenrod

📋 copy color: '#D2D468'

red 210 ◦ green 212 ◦ blue 104

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

Shades of Goldenrod #D2D468

Tints of Goldenrod #D2D468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

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

R = 39.92%
G = 40.3%
B = 19.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D2D468 (or 0xD2D468) is known color: Goldenrod. HEX triplet: D2, D4 and 68. RGB value is (210,212,104). Sum of RGB (Red+Green+Blue) = 210+212+104=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D468 is #2D2B97. Grayscale: #C7C7C7. Windows color (decimal): -2960280 or 6870226. OLE color: 6870226.

HSL color Cylindrical-coordinate representation of color #D2D468: hue angle of 61.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2D468 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 104 -
CMYK 0.01 0 0.51 0.17
HSL 61.11º 0.56% 0.62% -
HSV(B) 61.11º 0.51% 0.83% -
XYZ 52.62 61.79 22.25 -
YUV 199.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 210 212 104 0.01 0 0.51 0.17 61.11 0.56 0.62
Hex D2 D4 68 1 0 33 11 3D 38 3E
Octal 322 324 150 1 0 63 21 75 70 76
Binary 11010010 11010100 1101000 1 0 110011 10001 111101 111000 111110

Color Harmonies of #D2D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D468

Black with #D2D468

Text Example


Text Example

White with #D2D468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D468; }

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

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

background-color css

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

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

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

border-color css

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

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

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