Html Css Color HEX #CFD168 Goldenrod

📋 copy color: '#CFD168'

red 207 ◦ green 209 ◦ blue 104

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

Shades of Goldenrod #CFD168

Tints of Goldenrod #CFD168

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

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

R = 39.81%
G = 40.19%
B = 20%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CFD168 (or 0xCFD168) is known color: Goldenrod. HEX triplet: CF, D1 and 68. RGB value is (207,209,104). Sum of RGB (Red+Green+Blue) = 207+209+104=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD168 is #302E97. Grayscale: #C4C4C4. Windows color (decimal): -3157656 or 6869455. OLE color: 6869455.

HSL color Cylindrical-coordinate representation of color #CFD168: hue angle of 61.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD168 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 104 -
CMYK 0.01 0 0.50 0.18
HSL 61.14º 0.53% 0.61% -
HSV(B) 61.14º 0.5% 0.82% -
XYZ 51.03 59.87 21.96 -
YUV 196.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 207 209 104 0.01 0 0.50 0.18 61.14 0.53 0.61
Hex CF D1 68 1 0 32 12 3D 35 3D
Octal 317 321 150 1 0 62 22 75 65 75
Binary 11001111 11010001 1101000 1 0 110010 10010 111101 110101 111101

Color Harmonies of #CFD168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD168

Black with #CFD168

Text Example


Text Example

White with #CFD168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD168; }

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

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

background-color css

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

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

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

border-color css

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

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

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