Html Css Color HEX #D0CF68 Goldenrod

📋 copy color: '#D0CF68'

red 208 ◦ green 207 ◦ blue 104

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

Shades of Goldenrod #D0CF68

Tints of Goldenrod #D0CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 40.08%
G = 39.88%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D0CF68 (or 0xD0CF68) is known color: Goldenrod. HEX triplet: D0, CF and 68. RGB value is (208,207,104). Sum of RGB (Red+Green+Blue) = 208+207+104=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF68 is #2F3097. Grayscale: #C3C3C3. Windows color (decimal): -3092632 or 6868944. OLE color: 6868944.

HSL color Cylindrical-coordinate representation of color #D0CF68: hue angle of 59.42º 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 #D0CF68 is Cyan = 0, Magento = 0.00, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 104 -
CMYK 0 0.00 0.5 0.18
HSL 59.42º 0.53% 0.61% -
HSV(B) 59.42º 0.5% 0.82% -
XYZ 50.82 59.04 21.81 -
YUV 195.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 208 207 104 0 0.00 0.5 0.18 59.42 0.53 0.61
Hex D0 CF 68 0 0 32 12 3B 35 3D
Octal 320 317 150 0 0 62 22 73 65 75
Binary 11010000 11001111 1101000 0 0 110010 10010 111011 110101 111101

Color Harmonies of #D0CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF68

Black with #D0CF68

Text Example


Text Example

White with #D0CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF68; }

 p { color: rgb(208,207,104); }

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

background-color css

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

 a { background-color: rgb(208,207,104); }

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

border-color css

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

 span { border-color: rgb(208,207,104); }

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