Html Css Color HEX #D6CC67 Goldenrod

📋 copy color: '#D6CC67'

red 214 ◦ green 204 ◦ blue 103

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

Shades of Goldenrod #D6CC67

Tints of Goldenrod #D6CC67

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 41.07%
G = 39.16%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6CC67 (or 0xD6CC67) is known color: Goldenrod. HEX triplet: D6, CC and 67. RGB value is (214,204,103). Sum of RGB (Red+Green+Blue) = 214+204+103=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC67 is #293398. Grayscale: #C3C3C3. Windows color (decimal): -2700185 or 6802646. OLE color: 6802646.

HSL color Cylindrical-coordinate representation of color #D6CC67: hue angle of 54.59º degrees, saturation: 0.58, 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 #D6CC67 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 103 -
CMYK 0 0.05 0.52 0.16
HSL 54.59º 0.58% 0.62% -
HSV(B) 54.59º 0.52% 0.84% -
XYZ 51.77 58.46 21.39 -
YUV 195.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 214 204 103 0 0.05 0.52 0.16 54.59 0.58 0.62
Hex D6 CC 67 0 5 34 10 37 3A 3E
Octal 326 314 147 0 5 64 20 67 72 76
Binary 11010110 11001100 1100111 0 101 110100 10000 110111 111010 111110

Color Harmonies of #D6CC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC67

Black with #D6CC67

Text Example


Text Example

White with #D6CC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC67; }

 p { color: rgb(214,204,103); }

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

background-color css

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

 a { background-color: rgb(214,204,103); }

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

border-color css

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

 span { border-color: rgb(214,204,103); }

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