Html Css Color HEX #CFDC5C Goldenrod

📋 copy color: '#CFDC5C'

red 207 ◦ green 220 ◦ blue 92

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

Shades of Goldenrod #CFDC5C

Tints of Goldenrod #CFDC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 39.88%
G = 42.39%
B = 17.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#CFDC5C (or 0xCFDC5C) is known color: Goldenrod. HEX triplet: CF, DC and 5C. RGB value is (207,220,92). Sum of RGB (Red+Green+Blue) = 207+220+92=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC5C is #3023A3. Grayscale: #CACACA. Windows color (decimal): -3154852 or 6085839. OLE color: 6085839.

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

Color convert

RGB 207 220 92 -
CMYK 0.06 0 0.58 0.14
HSL 66.09º 0.65% 0.61% -
HSV(B) 66.09º 0.58% 0.86% -
XYZ 53.26 65.22 19.91 -
YUV 201.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 207 220 92 0.06 0 0.58 0.14 66.09 0.65 0.61
Hex CF DC 5C 6 0 3A E 42 41 3D
Octal 317 334 134 6 0 72 16 102 101 75
Binary 11001111 11011100 1011100 110 0 111010 1110 1000010 1000001 111101

Color Harmonies of #CFDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC5C

Black with #CFDC5C

Text Example


Text Example

White with #CFDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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