Html Css Color HEX #D2D567 Goldenrod

📋 copy color: '#D2D567'

red 210 ◦ green 213 ◦ blue 103

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

Shades of Goldenrod #D2D567

Tints of Goldenrod #D2D567

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 39.92%
G = 40.49%
B = 19.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D2D567 (or 0xD2D567) is known color: Goldenrod. HEX triplet: D2, D5 and 67. RGB value is (210,213,103). Sum of RGB (Red+Green+Blue) = 210+213+103=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D567 is #2D2A98. Grayscale: #C8C8C8. Windows color (decimal): -2960025 or 6804946. OLE color: 6804946.

HSL color Cylindrical-coordinate representation of color #D2D567: hue angle of 61.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2D567 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 103 -
CMYK 0.01 0 0.52 0.16
HSL 61.64º 0.57% 0.62% -
HSV(B) 61.64º 0.52% 0.84% -
XYZ 52.82 62.27 22.07 -
YUV 199.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 210 213 103 0.01 0 0.52 0.16 61.64 0.57 0.62
Hex D2 D5 67 1 0 34 10 3E 39 3E
Octal 322 325 147 1 0 64 20 76 71 76
Binary 11010010 11010101 1100111 1 0 110100 10000 111110 111001 111110

Color Harmonies of #D2D567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D567

Black with #D2D567

Text Example


Text Example

White with #D2D567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D567; }

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

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

background-color css

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

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

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

border-color css

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

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

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