Html Css Color HEX #CFDD74 Goldenrod

📋 copy color: '#CFDD74'

red 207 ◦ green 221 ◦ blue 116

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

Shades of Goldenrod #CFDD74

Tints of Goldenrod #CFDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

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

R = 38.05%
G = 40.63%
B = 21.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CFDD74 (or 0xCFDD74) is known color: Goldenrod. HEX triplet: CF, DD and 74. RGB value is (207,221,116). Sum of RGB (Red+Green+Blue) = 207+221+116=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD74 is #30228B. Grayscale: #CDCDCD. Windows color (decimal): -3154572 or 7658959. OLE color: 7658959.

HSL color Cylindrical-coordinate representation of color #CFDD74: hue angle of 68º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFDD74 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 116 -
CMYK 0.06 0 0.48 0.13
HSL 68º 0.61% 0.66% -
HSV(B) 68º 0.48% 0.87% -
XYZ 54.74 66.24 26.42 -
YUV 204.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 207 221 116 0.06 0 0.48 0.13 68 0.61 0.66
Hex CF DD 74 6 0 30 D 44 3D 42
Octal 317 335 164 6 0 60 15 104 75 102
Binary 11001111 11011101 1110100 110 0 110000 1101 1000100 111101 1000010

Color Harmonies of #CFDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD74

Black with #CFDD74

Text Example


Text Example

White with #CFDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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