Html Css Color HEX #CFDD68 Goldenrod

📋 copy color: '#CFDD68'

red 207 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #CFDD68

Tints of Goldenrod #CFDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 38.91%
G = 41.54%
B = 19.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CFDD68 (or 0xCFDD68) is known color: Goldenrod. HEX triplet: CF, DD and 68. RGB value is (207,221,104). Sum of RGB (Red+Green+Blue) = 207+221+104=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD68 is #302297. Grayscale: #CBCBCB. Windows color (decimal): -3154584 or 6872527. OLE color: 6872527.

HSL color Cylindrical-coordinate representation of color #CFDD68: hue angle of 67.18º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDD68 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 104 -
CMYK 0.06 0 0.53 0.13
HSL 67.18º 0.63% 0.64% -
HSV(B) 67.18º 0.53% 0.87% -
XYZ 54.09 65.98 22.98 -
YUV 203.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 207 221 104 0.06 0 0.53 0.13 67.18 0.63 0.64
Hex CF DD 68 6 0 35 D 43 3F 40
Octal 317 335 150 6 0 65 15 103 77 100
Binary 11001111 11011101 1101000 110 0 110101 1101 1000011 111111 1000000

Color Harmonies of #CFDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD68

Black with #CFDD68

Text Example


Text Example

White with #CFDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD68; }

 p { color: rgb(207,221,104); }

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

background-color css

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

 a { background-color: rgb(207,221,104); }

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

border-color css

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

 span { border-color: rgb(207,221,104); }

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