Html Css Color HEX #CFD773 Goldenrod

📋 copy color: '#CFD773'

red 207 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #CFD773

Tints of Goldenrod #CFD773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 38.55%
G = 40.04%
B = 21.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CFD773 (or 0xCFD773) is known color: Goldenrod. HEX triplet: CF, D7 and 73. RGB value is (207,215,115). Sum of RGB (Red+Green+Blue) = 207+215+115=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD773 is #30288C. Grayscale: #C9C9C9. Windows color (decimal): -3156109 or 7591887. OLE color: 7591887.

HSL color Cylindrical-coordinate representation of color #CFD773: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD773 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 115 -
CMYK 0.04 0 0.47 0.16
HSL 64.8º 0.56% 0.65% -
HSV(B) 64.8º 0.47% 0.84% -
XYZ 53.13 63.1 25.6 -
YUV 201.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 207 215 115 0.04 0 0.47 0.16 64.8 0.56 0.65
Hex CF D7 73 4 0 2F 10 41 38 41
Octal 317 327 163 4 0 57 20 101 70 101
Binary 11001111 11010111 1110011 100 0 101111 10000 1000001 111000 1000001

Color Harmonies of #CFD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD773

Black with #CFD773

Text Example


Text Example

White with #CFD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD773; }

 p { color: rgb(207,215,115); }

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

background-color css

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

 a { background-color: rgb(207,215,115); }

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

border-color css

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

 span { border-color: rgb(207,215,115); }

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