Html Css Color HEX #CFD865 Goldenrod

📋 copy color: '#CFD865'

red 207 ◦ green 216 ◦ blue 101

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

Shades of Goldenrod #CFD865

Tints of Goldenrod #CFD865

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

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

R = 39.5%
G = 41.22%
B = 19.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CFD865 (or 0xCFD865) is known color: Goldenrod. HEX triplet: CF, D8 and 65. RGB value is (207,216,101). Sum of RGB (Red+Green+Blue) = 207+216+101=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD865 is #30279A. Grayscale: #C8C8C8. Windows color (decimal): -3155867 or 6674639. OLE color: 6674639.

HSL color Cylindrical-coordinate representation of color #CFD865: hue angle of 64.7º 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 #CFD865 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 101 -
CMYK 0.04 0 0.53 0.15
HSL 64.7º 0.6% 0.62% -
HSV(B) 64.7º 0.53% 0.85% -
XYZ 52.64 63.32 21.76 -
YUV 200.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 207 216 101 0.04 0 0.53 0.15 64.7 0.6 0.62
Hex CF D8 65 4 0 35 F 41 3C 3E
Octal 317 330 145 4 0 65 17 101 74 76
Binary 11001111 11011000 1100101 100 0 110101 1111 1000001 111100 111110

Color Harmonies of #CFD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD865

Black with #CFD865

Text Example


Text Example

White with #CFD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD865; }

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

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

background-color css

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

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

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

border-color css

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

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

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