Html Css Color HEX #CFDC6C Goldenrod

📋 copy color: '#CFDC6C'

red 207 ◦ green 220 ◦ blue 108

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

Shades of Goldenrod #CFDC6C

Tints of Goldenrod #CFDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.19%

R = 38.69%
G = 41.12%
B = 20.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CFDC6C (or 0xCFDC6C) is known color: Goldenrod. HEX triplet: CF, DC and 6C. RGB value is (207,220,108). Sum of RGB (Red+Green+Blue) = 207+220+108=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC6C is #302393. Grayscale: #CBCBCB. Windows color (decimal): -3154836 or 7134415. OLE color: 7134415.

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

Color convert

RGB 207 220 108 -
CMYK 0.06 0 0.51 0.14
HSL 66.96º 0.62% 0.64% -
HSV(B) 66.96º 0.51% 0.86% -
XYZ 54.03 65.53 23.99 -
YUV 203.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 207 220 108 0.06 0 0.51 0.14 66.96 0.62 0.64
Hex CF DC 6C 6 0 33 E 43 3E 40
Octal 317 334 154 6 0 63 16 103 76 100
Binary 11001111 11011100 1101100 110 0 110011 1110 1000011 111110 1000000

Color Harmonies of #CFDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC6C

Black with #CFDC6C

Text Example


Text Example

White with #CFDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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