Html Css Color HEX #CFD661 Goldenrod

📋 copy color: '#CFD661'

red 207 ◦ green 214 ◦ blue 97

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

Shades of Goldenrod #CFD661

Tints of Goldenrod #CFD661

RGB

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

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

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

R = 39.96%
G = 41.31%
B = 18.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CFD661 (or 0xCFD661) is known color: Goldenrod. HEX triplet: CF, D6 and 61. RGB value is (207,214,97). Sum of RGB (Red+Green+Blue) = 207+214+97=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD661 is #30299E. Grayscale: #C7C7C7. Windows color (decimal): -3156383 or 6411983. OLE color: 6411983.

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

Color convert

RGB 207 214 97 -
CMYK 0.03 0 0.55 0.16
HSL 63.59º 0.59% 0.61% -
HSV(B) 63.59º 0.55% 0.84% -
XYZ 51.94 62.22 20.58 -
YUV 198.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 207 214 97 0.03 0 0.55 0.16 63.59 0.59 0.61
Hex CF D6 61 3 0 37 10 40 3B 3D
Octal 317 326 141 3 0 67 20 100 73 75
Binary 11001111 11010110 1100001 11 0 110111 10000 1000000 111011 111101

Color Harmonies of #CFD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD661

Black with #CFD661

Text Example


Text Example

White with #CFD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD661; }

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

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

background-color css

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

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

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

border-color css

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

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

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