Html Css Color HEX #FFCD61 Dandelion

📋 copy color: '#FFCD61'

red 255 ◦ green 205 ◦ blue 97

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

Shades of Dandelion #FFCD61

Tints of Dandelion #FFCD61

RGB

 RED value IS 255 (100% from 255) = 45.78%

 GREEN value IS 205 (80.47% from 255) = 36.8%

 BLUE value IS 97 (38.28% from 255) = 17.41%

R = 45.78%
G = 36.8%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFCD61 (or 0xFFCD61) is known color: Dandelion. HEX triplet: FF, CD and 61. RGB value is (255,205,97). Sum of RGB (Red+Green+Blue) = 255+205+97=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD61 is #00329E. Grayscale: #D0D0D0. Windows color (decimal): -12959 or 6409727. OLE color: 6409727.

HSL color Cylindrical-coordinate representation of color #FFCD61: hue angle of 41.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCD61 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 205 97 -
CMYK 0 0.20 0.62 0
HSL 41.01º 1% 0.69% -
HSV(B) 41.01º 0.62% 1% -
XYZ 65.23 65.79 20.57 -
YUV 207.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 255 205 97 0 0.20 0.62 0 41.01 1 0.69
Hex FF CD 61 0 14 3E 0 29 64 45
Octal 377 315 141 0 24 76 0 51 144 105
Binary 11111111 11001101 1100001 0 10100 111110 0 101001 1100100 1000101

Color Harmonies of #FFCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD61

Black with #FFCD61

Text Example


Text Example

White with #FFCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD61; }

 p { color: rgb(255,205,97); }

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

background-color css

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

 a { background-color: rgb(255,205,97); }

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

border-color css

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

 span { border-color: rgb(255,205,97); }

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