Html Css Color HEX #CFDC78 Goldenrod

📋 copy color: '#CFDC78'

red 207 ◦ green 220 ◦ blue 120

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

Shades of Goldenrod #CFDC78

Tints of Goldenrod #CFDC78

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 120 (47.27% from 255) = 21.94%

R = 37.84%
G = 40.22%
B = 21.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#CFDC78 (or 0xCFDC78) is known color: Goldenrod. HEX triplet: CF, DC and 78. RGB value is (207,220,120). Sum of RGB (Red+Green+Blue) = 207+220+120=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC78 is #302387. Grayscale: #CDCDCD. Windows color (decimal): -3154824 or 7920847. OLE color: 7920847.

HSL color Cylindrical-coordinate representation of color #CFDC78: hue angle of 67.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFDC78 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 120 -
CMYK 0.06 0 0.45 0.14
HSL 67.8º 0.59% 0.67% -
HSV(B) 67.8º 0.45% 0.86% -
XYZ 54.72 65.81 27.59 -
YUV 204.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 207 220 120 0.06 0 0.45 0.14 67.8 0.59 0.67
Hex CF DC 78 6 0 2D E 44 3B 43
Octal 317 334 170 6 0 55 16 104 73 103
Binary 11001111 11011100 1111000 110 0 101101 1110 1000100 111011 1000011

Color Harmonies of #CFDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC78

Black with #CFDC78

Text Example


Text Example

White with #CFDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC78; }

 p { color: rgb(207,220,120); }

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

background-color css

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

 a { background-color: rgb(207,220,120); }

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

border-color css

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

 span { border-color: rgb(207,220,120); }

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