Html Css Color HEX #CFD960 Goldenrod

📋 copy color: '#CFD960'

red 207 ◦ green 217 ◦ blue 96

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

Shades of Goldenrod #CFD960

Tints of Goldenrod #CFD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 39.81%
G = 41.73%
B = 18.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CFD960 (or 0xCFD960) is known color: Goldenrod. HEX triplet: CF, D9 and 60. RGB value is (207,217,96). Sum of RGB (Red+Green+Blue) = 207+217+96=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD960 is #30269F. Grayscale: #C8C8C8. Windows color (decimal): -3155616 or 6347215. OLE color: 6347215.

HSL color Cylindrical-coordinate representation of color #CFD960: hue angle of 64.96º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD960 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 96 -
CMYK 0.05 0 0.56 0.15
HSL 64.96º 0.61% 0.61% -
HSV(B) 64.96º 0.56% 0.85% -
XYZ 52.66 63.74 20.59 -
YUV 200.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 207 217 96 0.05 0 0.56 0.15 64.96 0.61 0.61
Hex CF D9 60 5 0 38 F 41 3D 3D
Octal 317 331 140 5 0 70 17 101 75 75
Binary 11001111 11011001 1100000 101 0 111000 1111 1000001 111101 111101

Color Harmonies of #CFD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD960

Black with #CFD960

Text Example


Text Example

White with #CFD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD960; }

 p { color: rgb(207,217,96); }

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

background-color css

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

 a { background-color: rgb(207,217,96); }

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

border-color css

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

 span { border-color: rgb(207,217,96); }

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