Html Css Color HEX #CFC52C Barberry

📋 copy color: '#CFC52C'

red 207 ◦ green 197 ◦ blue 44

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

Shades of Barberry #CFC52C

Tints of Barberry #CFC52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 44 (17.58% from 255) = 9.82%

R = 46.21%
G = 43.97%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CFC52C (or 0xCFC52C) is known color: Barberry. HEX triplet: CF, C5 and 2C. RGB value is (207,197,44). Sum of RGB (Red+Green+Blue) = 207+197+44=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC52C is #303AD3. Grayscale: #B7B7B7. Windows color (decimal): -3160788 or 2934223. OLE color: 2934223.

HSL color Cylindrical-coordinate representation of color #CFC52C: hue angle of 56.32º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFC52C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 44 -
CMYK 0 0.05 0.79 0.19
HSL 56.32º 0.65% 0.49% -
HSV(B) 56.32º 0.79% 0.81% -
XYZ 46.15 53.38 10.25 -
YUV 182.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 207 197 44 0 0.05 0.79 0.19 56.32 0.65 0.49
Hex CF C5 2C 0 5 4F 13 38 41 31
Octal 317 305 54 0 5 117 23 70 101 61
Binary 11001111 11000101 101100 0 101 1001111 10011 111000 1000001 110001

Color Harmonies of #CFC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC52C

Black with #CFC52C

Text Example


Text Example

White with #CFC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC52C; }

 p { color: rgb(207,197,44); }

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

background-color css

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

 a { background-color: rgb(207,197,44); }

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

border-color css

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

 span { border-color: rgb(207,197,44); }

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