Html Css Color HEX #CFDC71 Goldenrod

📋 copy color: '#CFDC71'

red 207 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #CFDC71

Tints of Goldenrod #CFDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 38.33%
G = 40.74%
B = 20.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#CFDC71 (or 0xCFDC71) is known color: Goldenrod. HEX triplet: CF, DC and 71. RGB value is (207,220,113). Sum of RGB (Red+Green+Blue) = 207+220+113=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC71 is #30238E. Grayscale: #CCCCCC. Windows color (decimal): -3154831 or 7462095. OLE color: 7462095.

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

Color convert

RGB 207 220 113 -
CMYK 0.06 0 0.49 0.14
HSL 67.29º 0.6% 0.65% -
HSV(B) 67.29º 0.49% 0.86% -
XYZ 54.31 65.64 25.43 -
YUV 203.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 207 220 113 0.06 0 0.49 0.14 67.29 0.6 0.65
Hex CF DC 71 6 0 31 E 43 3C 41
Octal 317 334 161 6 0 61 16 103 74 101
Binary 11001111 11011100 1110001 110 0 110001 1110 1000011 111100 1000001

Color Harmonies of #CFDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC71

Black with #CFDC71

Text Example


Text Example

White with #CFDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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