Html Css Color HEX #D2CF67 Goldenrod

📋 copy color: '#D2CF67'

red 210 ◦ green 207 ◦ blue 103

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

Shades of Goldenrod #D2CF67

Tints of Goldenrod #D2CF67

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

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

R = 40.38%
G = 39.81%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D2CF67 (or 0xD2CF67) is known color: Goldenrod. HEX triplet: D2, CF and 67. RGB value is (210,207,103). Sum of RGB (Red+Green+Blue) = 210+207+103=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF67 is #2D3098. Grayscale: #C4C4C4. Windows color (decimal): -2961561 or 6803410. OLE color: 6803410.

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

Color convert

RGB 210 207 103 -
CMYK 0 0.01 0.51 0.18
HSL 58.32º 0.54% 0.61% -
HSV(B) 58.32º 0.51% 0.82% -
XYZ 51.34 59.31 21.57 -
YUV 196.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 210 207 103 0 0.01 0.51 0.18 58.32 0.54 0.61
Hex D2 CF 67 0 1 33 12 3A 36 3D
Octal 322 317 147 0 1 63 22 72 66 75
Binary 11010010 11001111 1100111 0 1 110011 10010 111010 110110 111101

Color Harmonies of #D2CF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF67

Black with #D2CF67

Text Example


Text Example

White with #D2CF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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