Html Css Color HEX #D0DC66 Goldenrod

📋 copy color: '#D0DC66'

red 208 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #D0DC66

Tints of Goldenrod #D0DC66

RGB

 RED value IS 208 (81.64% from 255) = 39.25%

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

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 39.25%
G = 41.51%
B = 19.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#D0DC66 (or 0xD0DC66) is known color: Goldenrod. HEX triplet: D0, DC and 66. RGB value is (208,220,102). Sum of RGB (Red+Green+Blue) = 208+220+102=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC66 is #2F2399. Grayscale: #CBCBCB. Windows color (decimal): -3089306 or 6741200. OLE color: 6741200.

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

Color convert

RGB 208 220 102 -
CMYK 0.05 0 0.54 0.14
HSL 66.1º 0.63% 0.63% -
HSV(B) 66.1º 0.54% 0.86% -
XYZ 54 65.56 22.38 -
YUV 202.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 208 220 102 0.05 0 0.54 0.14 66.1 0.63 0.63
Hex D0 DC 66 5 0 36 E 42 3F 3F
Octal 320 334 146 5 0 66 16 102 77 77
Binary 11010000 11011100 1100110 101 0 110110 1110 1000010 111111 111111

Color Harmonies of #D0DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC66

Black with #D0DC66

Text Example


Text Example

White with #D0DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC66; }

 p { color: rgb(208,220,102); }

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

background-color css

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

 a { background-color: rgb(208,220,102); }

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

border-color css

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

 span { border-color: rgb(208,220,102); }

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