Html Css Color HEX #D2DC6B Goldenrod

📋 copy color: '#D2DC6B'

red 210 ◦ green 220 ◦ blue 107

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

Shades of Goldenrod #D2DC6B

Tints of Goldenrod #D2DC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 39.11%
G = 40.97%
B = 19.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#D2DC6B (or 0xD2DC6B) is known color: Goldenrod. HEX triplet: D2, DC and 6B. RGB value is (210,220,107). Sum of RGB (Red+Green+Blue) = 210+220+107=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC6B is #2D2394. Grayscale: #CCCCCC. Windows color (decimal): -2958229 or 7068882. OLE color: 7068882.

HSL color Cylindrical-coordinate representation of color #D2DC6B: hue angle of 65.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2DC6B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 107 -
CMYK 0.05 0 0.51 0.14
HSL 65.31º 0.62% 0.64% -
HSV(B) 65.31º 0.51% 0.86% -
XYZ 54.83 65.95 23.75 -
YUV 204.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 210 220 107 0.05 0 0.51 0.14 65.31 0.62 0.64
Hex D2 DC 6B 5 0 33 E 41 3E 40
Octal 322 334 153 5 0 63 16 101 76 100
Binary 11010010 11011100 1101011 101 0 110011 1110 1000001 111110 1000000

Color Harmonies of #D2DC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC6B

Black with #D2DC6B

Text Example


Text Example

White with #D2DC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC6B; }

 p { color: rgb(210,220,107); }

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

background-color css

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

 a { background-color: rgb(210,220,107); }

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

border-color css

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

 span { border-color: rgb(210,220,107); }

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