Html Css Color HEX #CFC41E Barberry

📋 copy color: '#CFC41E'

red 207 ◦ green 196 ◦ blue 30

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

Shades of Barberry #CFC41E

Tints of Barberry #CFC41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 47.81%
G = 45.27%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFC41E (or 0xCFC41E) is known color: Barberry. HEX triplet: CF, C4 and 1E. RGB value is (207,196,30). Sum of RGB (Red+Green+Blue) = 207+196+30=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC41E is #303BE1. Grayscale: #B5B5B5. Windows color (decimal): -3161058 or 2016463. OLE color: 2016463.

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

Color convert

RGB 207 196 30 -
CMYK 0 0.05 0.86 0.19
HSL 56.27º 0.75% 0.46% -
HSV(B) 56.27º 0.86% 0.81% -
XYZ 45.71 52.84 9.02 -
YUV 180.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 207 196 30 0 0.05 0.86 0.19 56.27 0.75 0.46
Hex CF C4 1E 0 5 56 13 38 4B 2E
Octal 317 304 36 0 5 126 23 70 113 56
Binary 11001111 11000100 11110 0 101 1010110 10011 111000 1001011 101110

Color Harmonies of #CFC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC41E

Black with #CFC41E

Text Example


Text Example

White with #CFC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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