Html Css Color HEX #D6D667 Goldenrod

📋 copy color: '#D6D667'

red 214 ◦ green 214 ◦ blue 103

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

Shades of Goldenrod #D6D667

Tints of Goldenrod #D6D667

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 40.3%
G = 40.3%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6D667 (or 0xD6D667) is known color: Goldenrod. HEX triplet: D6, D6 and 67. RGB value is (214,214,103). Sum of RGB (Red+Green+Blue) = 214+214+103=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D667 is #292998. Grayscale: #C9C9C9. Windows color (decimal): -2697625 or 6805206. OLE color: 6805206.

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

Color convert

RGB 214 214 103 -
CMYK 0 0 0.52 0.16
HSL 60º 0.58% 0.62% -
HSV(B) 60º 0.52% 0.84% -
XYZ 54.23 63.37 22.21 -
YUV 201.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 214 214 103 0 0 0.52 0.16 60 0.58 0.62
Hex D6 D6 67 0 0 34 10 3C 3A 3E
Octal 326 326 147 0 0 64 20 74 72 76
Binary 11010110 11010110 1100111 0 0 110100 10000 111100 111010 111110

Color Harmonies of #D6D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D667

Black with #D6D667

Text Example


Text Example

White with #D6D667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D667; }

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

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

background-color css

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

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

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

border-color css

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

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

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