Html Css Color HEX #CFDC65 Goldenrod

📋 copy color: '#CFDC65'

red 207 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #CFDC65

Tints of Goldenrod #CFDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 39.2%
G = 41.67%
B = 19.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#CFDC65 (or 0xCFDC65) is known color: Goldenrod. HEX triplet: CF, DC and 65. RGB value is (207,220,101). Sum of RGB (Red+Green+Blue) = 207+220+101=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC65 is #30239A. Grayscale: #CBCBCB. Windows color (decimal): -3154843 or 6675663. OLE color: 6675663.

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

Color convert

RGB 207 220 101 -
CMYK 0.06 0 0.54 0.14
HSL 66.55º 0.63% 0.63% -
HSV(B) 66.55º 0.54% 0.86% -
XYZ 53.67 65.39 22.1 -
YUV 202.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 207 220 101 0.06 0 0.54 0.14 66.55 0.63 0.63
Hex CF DC 65 6 0 36 E 43 3F 3F
Octal 317 334 145 6 0 66 16 103 77 77
Binary 11001111 11011100 1100101 110 0 110110 1110 1000011 111111 111111

Color Harmonies of #CFDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC65

Black with #CFDC65

Text Example


Text Example

White with #CFDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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