Html Css Color HEX #CFDA60 Goldenrod

📋 copy color: '#CFDA60'

red 207 ◦ green 218 ◦ blue 96

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

Shades of Goldenrod #CFDA60

Tints of Goldenrod #CFDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

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

R = 39.73%
G = 41.84%
B = 18.43%

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

#CFDA60 (or 0xCFDA60) is known color: Goldenrod. HEX triplet: CF, DA and 60. RGB value is (207,218,96). Sum of RGB (Red+Green+Blue) = 207+218+96=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA60 is #30259F. Grayscale: #C9C9C9. Windows color (decimal): -3155360 or 6347471. OLE color: 6347471.

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

Color convert

RGB 207 218 96 -
CMYK 0.05 0 0.56 0.15
HSL 65.41º 0.62% 0.62% -
HSV(B) 65.41º 0.56% 0.85% -
XYZ 52.91 64.25 20.68 -
YUV 200.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 207 218 96 0.05 0 0.56 0.15 65.41 0.62 0.62
Hex CF DA 60 5 0 38 F 41 3E 3E
Octal 317 332 140 5 0 70 17 101 76 76
Binary 11001111 11011010 1100000 101 0 111000 1111 1000001 111110 111110

Color Harmonies of #CFDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA60

Black with #CFDA60

Text Example


Text Example

White with #CFDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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