Html Css Color HEX #CFD86F Goldenrod

📋 copy color: '#CFD86F'

red 207 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #CFD86F

Tints of Goldenrod #CFD86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 38.76%
G = 40.45%
B = 20.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CFD86F (or 0xCFD86F) is known color: Goldenrod. HEX triplet: CF, D8 and 6F. RGB value is (207,216,111). Sum of RGB (Red+Green+Blue) = 207+216+111=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD86F is #302790. Grayscale: #C9C9C9. Windows color (decimal): -3155857 or 7329999. OLE color: 7329999.

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

Color convert

RGB 207 216 111 -
CMYK 0.04 0 0.49 0.15
HSL 65.14º 0.57% 0.64% -
HSV(B) 65.14º 0.49% 0.85% -
XYZ 53.16 63.52 24.5 -
YUV 201.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 207 216 111 0.04 0 0.49 0.15 65.14 0.57 0.64
Hex CF D8 6F 4 0 31 F 41 39 40
Octal 317 330 157 4 0 61 17 101 71 100
Binary 11001111 11011000 1101111 100 0 110001 1111 1000001 111001 1000000

Color Harmonies of #CFD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD86F

Black with #CFD86F

Text Example


Text Example

White with #CFD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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