Html Css Color HEX #CFD963 Goldenrod

📋 copy color: '#CFD963'

red 207 ◦ green 217 ◦ blue 99

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

Shades of Goldenrod #CFD963

Tints of Goldenrod #CFD963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.93%

R = 39.58%
G = 41.49%
B = 18.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CFD963 (or 0xCFD963) is known color: Goldenrod. HEX triplet: CF, D9 and 63. RGB value is (207,217,99). Sum of RGB (Red+Green+Blue) = 207+217+99=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD963 is #30269C. Grayscale: #C9C9C9. Windows color (decimal): -3155613 or 6543823. OLE color: 6543823.

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

Color convert

RGB 207 217 99 -
CMYK 0.05 0 0.54 0.15
HSL 65.08º 0.61% 0.62% -
HSV(B) 65.08º 0.54% 0.85% -
XYZ 52.8 63.79 21.33 -
YUV 200.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 207 217 99 0.05 0 0.54 0.15 65.08 0.61 0.62
Hex CF D9 63 5 0 36 F 41 3D 3E
Octal 317 331 143 5 0 66 17 101 75 76
Binary 11001111 11011001 1100011 101 0 110110 1111 1000001 111101 111110

Color Harmonies of #CFD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD963

Black with #CFD963

Text Example


Text Example

White with #CFD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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