Html Css Color HEX #CFD85F Goldenrod

📋 copy color: '#CFD85F'

red 207 ◦ green 216 ◦ blue 95

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

Shades of Goldenrod #CFD85F

Tints of Goldenrod #CFD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 39.96%
G = 41.7%
B = 18.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CFD85F (or 0xCFD85F) is known color: Goldenrod. HEX triplet: CF, D8 and 5F. RGB value is (207,216,95). Sum of RGB (Red+Green+Blue) = 207+216+95=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85F is #3027A0. Grayscale: #C7C7C7. Windows color (decimal): -3155873 or 6281423. OLE color: 6281423.

HSL color Cylindrical-coordinate representation of color #CFD85F: hue angle of 64.46º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD85F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 95 -
CMYK 0.04 0 0.56 0.15
HSL 64.46º 0.61% 0.61% -
HSV(B) 64.46º 0.56% 0.85% -
XYZ 52.35 63.2 20.27 -
YUV 199.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 207 216 95 0.04 0 0.56 0.15 64.46 0.61 0.61
Hex CF D8 5F 4 0 38 F 40 3D 3D
Octal 317 330 137 4 0 70 17 100 75 75
Binary 11001111 11011000 1011111 100 0 111000 1111 1000000 111101 111101

Color Harmonies of #CFD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD85F

Black with #CFD85F

Text Example


Text Example

White with #CFD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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