Html Css Color HEX #CFD675 Goldenrod

📋 copy color: '#CFD675'

red 207 ◦ green 214 ◦ blue 117

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

Shades of Goldenrod #CFD675

Tints of Goldenrod #CFD675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 38.48%
G = 39.78%
B = 21.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#CFD675 (or 0xCFD675) is known color: Goldenrod. HEX triplet: CF, D6 and 75. RGB value is (207,214,117). Sum of RGB (Red+Green+Blue) = 207+214+117=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD675 is #30298A. Grayscale: #C9C9C9. Windows color (decimal): -3156363 or 7722703. OLE color: 7722703.

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

Color convert

RGB 207 214 117 -
CMYK 0.03 0 0.45 0.16
HSL 64.33º 0.54% 0.65% -
HSV(B) 64.33º 0.45% 0.84% -
XYZ 52.99 62.64 26.13 -
YUV 200.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 207 214 117 0.03 0 0.45 0.16 64.33 0.54 0.65
Hex CF D6 75 3 0 2D 10 40 36 41
Octal 317 326 165 3 0 55 20 100 66 101
Binary 11001111 11010110 1110101 11 0 101101 10000 1000000 110110 1000001

Color Harmonies of #CFD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD675

Black with #CFD675

Text Example


Text Example

White with #CFD675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD675; }

 p { color: rgb(207,214,117); }

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

background-color css

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

 a { background-color: rgb(207,214,117); }

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

border-color css

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

 span { border-color: rgb(207,214,117); }

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