Html Css Color HEX #CF9920 Buttercup

📋 copy color: '#CF9920'

red 207 ◦ green 153 ◦ blue 32

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

Shades of Buttercup #CF9920

Tints of Buttercup #CF9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 52.81%
G = 39.03%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9920 (or 0xCF9920) is known color: Buttercup. HEX triplet: CF, 99 and 20. RGB value is (207,153,32). Sum of RGB (Red+Green+Blue) = 207+153+32=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9920 is #3066DF. Grayscale: #9B9B9B. Windows color (decimal): -3172064 or 2136527. OLE color: 2136527.

HSL color Cylindrical-coordinate representation of color #CF9920: hue angle of 41.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF9920 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 32 -
CMYK 0 0.26 0.85 0.19
HSL 41.49º 0.73% 0.47% -
HSV(B) 41.49º 0.85% 0.81% -
XYZ 37.38 36.15 6.37 -
YUV 155.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 207 153 32 0 0.26 0.85 0.19 41.49 0.73 0.47
Hex CF 99 20 0 1A 55 13 29 49 2F
Octal 317 231 40 0 32 125 23 51 111 57
Binary 11001111 10011001 100000 0 11010 1010101 10011 101001 1001001 101111

Color Harmonies of #CF9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9920

Black with #CF9920

Text Example


Text Example

White with #CF9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9920; }

 p { color: rgb(207,153,32); }

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

background-color css

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

 a { background-color: rgb(207,153,32); }

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

border-color css

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

 span { border-color: rgb(207,153,32); }

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