Html Css Color HEX #CFD874 Goldenrod

📋 copy color: '#CFD874'

red 207 ◦ green 216 ◦ blue 116

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

Shades of Goldenrod #CFD874

Tints of Goldenrod #CFD874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 38.4%
G = 40.07%
B = 21.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CFD874 (or 0xCFD874) is known color: Goldenrod. HEX triplet: CF, D8 and 74. RGB value is (207,216,116). Sum of RGB (Red+Green+Blue) = 207+216+116=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD874 is #30278B. Grayscale: #CACACA. Windows color (decimal): -3155852 or 7657679. OLE color: 7657679.

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

Color convert

RGB 207 216 116 -
CMYK 0.04 0 0.46 0.15
HSL 65.4º 0.56% 0.65% -
HSV(B) 65.4º 0.46% 0.85% -
XYZ 53.44 63.64 25.99 -
YUV 201.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 207 216 116 0.04 0 0.46 0.15 65.4 0.56 0.65
Hex CF D8 74 4 0 2E F 41 38 41
Octal 317 330 164 4 0 56 17 101 70 101
Binary 11001111 11011000 1110100 100 0 101110 1111 1000001 111000 1000001

Color Harmonies of #CFD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD874

Black with #CFD874

Text Example


Text Example

White with #CFD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD874; }

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

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

background-color css

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

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

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

border-color css

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

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

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