Html Css Color HEX #CFDD66 Goldenrod

📋 copy color: '#CFDD66'

red 207 ◦ green 221 ◦ blue 102

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

Shades of Goldenrod #CFDD66

Tints of Goldenrod #CFDD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 39.06%
G = 41.7%
B = 19.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#CFDD66 (or 0xCFDD66) is known color: Goldenrod. HEX triplet: CF, DD and 66. RGB value is (207,221,102). Sum of RGB (Red+Green+Blue) = 207+221+102=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD66 is #302299. Grayscale: #CBCBCB. Windows color (decimal): -3154586 or 6741455. OLE color: 6741455.

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

Color convert

RGB 207 221 102 -
CMYK 0.06 0 0.54 0.13
HSL 67.06º 0.64% 0.63% -
HSV(B) 67.06º 0.54% 0.87% -
XYZ 53.99 65.94 22.45 -
YUV 203.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 207 221 102 0.06 0 0.54 0.13 67.06 0.64 0.63
Hex CF DD 66 6 0 36 D 43 40 3F
Octal 317 335 146 6 0 66 15 103 100 77
Binary 11001111 11011101 1100110 110 0 110110 1101 1000011 1000000 111111

Color Harmonies of #CFDD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD66

Black with #CFDD66

Text Example


Text Example

White with #CFDD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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