Html Css Color HEX #D0CD67 Goldenrod

📋 copy color: '#D0CD67'

red 208 ◦ green 205 ◦ blue 103

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

Shades of Goldenrod #D0CD67

Tints of Goldenrod #D0CD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

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

R = 40.31%
G = 39.73%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0CD67 (or 0xD0CD67) is known color: Goldenrod. HEX triplet: D0, CD and 67. RGB value is (208,205,103). Sum of RGB (Red+Green+Blue) = 208+205+103=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD67 is #2F3298. Grayscale: #C2C2C2. Windows color (decimal): -3093145 or 6802896. OLE color: 6802896.

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

Color convert

RGB 208 205 103 -
CMYK 0 0.01 0.50 0.18
HSL 58.29º 0.53% 0.61% -
HSV(B) 58.29º 0.5% 0.82% -
XYZ 50.29 58.05 21.39 -
YUV 194.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 208 205 103 0 0.01 0.50 0.18 58.29 0.53 0.61
Hex D0 CD 67 0 1 32 12 3A 35 3D
Octal 320 315 147 0 1 62 22 72 65 75
Binary 11010000 11001101 1100111 0 1 110010 10010 111010 110101 111101

Color Harmonies of #D0CD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD67

Black with #D0CD67

Text Example


Text Example

White with #D0CD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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