Html Css Color HEX #CFD965 Goldenrod

📋 copy color: '#CFD965'

red 207 ◦ green 217 ◦ blue 101

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

Shades of Goldenrod #CFD965

Tints of Goldenrod #CFD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 39.43%
G = 41.33%
B = 19.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CFD965 (or 0xCFD965) is known color: Goldenrod. HEX triplet: CF, D9 and 65. RGB value is (207,217,101). Sum of RGB (Red+Green+Blue) = 207+217+101=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD965 is #30269A. Grayscale: #C9C9C9. Windows color (decimal): -3155611 or 6674895. OLE color: 6674895.

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

Color convert

RGB 207 217 101 -
CMYK 0.05 0 0.53 0.15
HSL 65.17º 0.6% 0.62% -
HSV(B) 65.17º 0.53% 0.85% -
XYZ 52.89 63.83 21.84 -
YUV 200.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 207 217 101 0.05 0 0.53 0.15 65.17 0.6 0.62
Hex CF D9 65 5 0 35 F 41 3C 3E
Octal 317 331 145 5 0 65 17 101 74 76
Binary 11001111 11011001 1100101 101 0 110101 1111 1000001 111100 111110

Color Harmonies of #CFD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD965

Black with #CFD965

Text Example


Text Example

White with #CFD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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