Html Css Color HEX #CFD761 Goldenrod

📋 copy color: '#CFD761'

red 207 ◦ green 215 ◦ blue 97

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

Shades of Goldenrod #CFD761

Tints of Goldenrod #CFD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

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

R = 39.88%
G = 41.43%
B = 18.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CFD761 (or 0xCFD761) is known color: Goldenrod. HEX triplet: CF, D7 and 61. RGB value is (207,215,97). Sum of RGB (Red+Green+Blue) = 207+215+97=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD761 is #30289E. Grayscale: #C7C7C7. Windows color (decimal): -3156127 or 6412239. OLE color: 6412239.

HSL color Cylindrical-coordinate representation of color #CFD761: hue angle of 64.07º degrees, saturation: 0.6, 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 #CFD761 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 97 -
CMYK 0.04 0 0.55 0.16
HSL 64.07º 0.6% 0.61% -
HSV(B) 64.07º 0.55% 0.84% -
XYZ 52.19 62.73 20.67 -
YUV 199.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 207 215 97 0.04 0 0.55 0.16 64.07 0.6 0.61
Hex CF D7 61 4 0 37 10 40 3C 3D
Octal 317 327 141 4 0 67 20 100 74 75
Binary 11001111 11010111 1100001 100 0 110111 10000 1000000 111100 111101

Color Harmonies of #CFD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD761

Black with #CFD761

Text Example


Text Example

White with #CFD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD761; }

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

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

background-color css

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

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

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

border-color css

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

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

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