Html Css Color HEX #CFD268 Goldenrod

📋 copy color: '#CFD268'

red 207 ◦ green 210 ◦ blue 104

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

Shades of Goldenrod #CFD268

Tints of Goldenrod #CFD268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 39.73%
G = 40.31%
B = 19.96%

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

#CFD268 (or 0xCFD268) is known color: Goldenrod. HEX triplet: CF, D2 and 68. RGB value is (207,210,104). Sum of RGB (Red+Green+Blue) = 207+210+104=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD268 is #302D97. Grayscale: #C5C5C5. Windows color (decimal): -3157400 or 6869711. OLE color: 6869711.

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

Color convert

RGB 207 210 104 -
CMYK 0.01 0 0.50 0.18
HSL 61.7º 0.54% 0.62% -
HSV(B) 61.7º 0.5% 0.82% -
XYZ 51.28 60.36 22.04 -
YUV 197.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 207 210 104 0.01 0 0.50 0.18 61.7 0.54 0.62
Hex CF D2 68 1 0 32 12 3E 36 3E
Octal 317 322 150 1 0 62 22 76 66 76
Binary 11001111 11010010 1101000 1 0 110010 10010 111110 110110 111110

Color Harmonies of #CFD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD268

Black with #CFD268

Text Example


Text Example

White with #CFD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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