Html Css Color HEX #CFD561 Goldenrod

📋 copy color: '#CFD561'

red 207 ◦ green 213 ◦ blue 97

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

Shades of Goldenrod #CFD561

Tints of Goldenrod #CFD561

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 40.04%
G = 41.2%
B = 18.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CFD561 (or 0xCFD561) is known color: Goldenrod. HEX triplet: CF, D5 and 61. RGB value is (207,213,97). Sum of RGB (Red+Green+Blue) = 207+213+97=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD561 is #302A9E. Grayscale: #C6C6C6. Windows color (decimal): -3156639 or 6411727. OLE color: 6411727.

HSL color Cylindrical-coordinate representation of color #CFD561: hue angle of 63.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD561 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 97 -
CMYK 0.03 0 0.54 0.16
HSL 63.1º 0.58% 0.61% -
HSV(B) 63.1º 0.54% 0.84% -
XYZ 51.68 61.72 20.5 -
YUV 197.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 207 213 97 0.03 0 0.54 0.16 63.1 0.58 0.61
Hex CF D5 61 3 0 36 10 3F 3A 3D
Octal 317 325 141 3 0 66 20 77 72 75
Binary 11001111 11010101 1100001 11 0 110110 10000 111111 111010 111101

Color Harmonies of #CFD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD561

Black with #CFD561

Text Example


Text Example

White with #CFD561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD561; }

 p { color: rgb(207,213,97); }

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

background-color css

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

 a { background-color: rgb(207,213,97); }

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

border-color css

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

 span { border-color: rgb(207,213,97); }

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