Html Css Color HEX #CFC425 Barberry

📋 copy color: '#CFC425'

red 207 ◦ green 196 ◦ blue 37

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

Shades of Barberry #CFC425

Tints of Barberry #CFC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 47.05%
G = 44.55%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFC425 (or 0xCFC425) is known color: Barberry. HEX triplet: CF, C4 and 25. RGB value is (207,196,37). Sum of RGB (Red+Green+Blue) = 207+196+37=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC425 is #303BDA. Grayscale: #B5B5B5. Windows color (decimal): -3161051 or 2475215. OLE color: 2475215.

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

Color convert

RGB 207 196 37 -
CMYK 0 0.05 0.82 0.19
HSL 56.12º 0.7% 0.48% -
HSV(B) 56.12º 0.82% 0.81% -
XYZ 45.81 52.88 9.54 -
YUV 181.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 207 196 37 0 0.05 0.82 0.19 56.12 0.7 0.48
Hex CF C4 25 0 5 52 13 38 46 30
Octal 317 304 45 0 5 122 23 70 106 60
Binary 11001111 11000100 100101 0 101 1010010 10011 111000 1000110 110000

Color Harmonies of #CFC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC425

Black with #CFC425

Text Example


Text Example

White with #CFC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC425; }

 p { color: rgb(207,196,37); }

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

background-color css

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

 a { background-color: rgb(207,196,37); }

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

border-color css

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

 span { border-color: rgb(207,196,37); }

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