Html Css Color HEX #CFC31C Barberry

📋 copy color: '#CFC31C'

red 207 ◦ green 195 ◦ blue 28

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

Shades of Barberry #CFC31C

Tints of Barberry #CFC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 48.14%
G = 45.35%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFC31C (or 0xCFC31C) is known color: Barberry. HEX triplet: CF, C3 and 1C. RGB value is (207,195,28). Sum of RGB (Red+Green+Blue) = 207+195+28=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC31C is #303CE3. Grayscale: #B4B4B4. Windows color (decimal): -3161316 or 1885135. OLE color: 1885135.

HSL color Cylindrical-coordinate representation of color #CFC31C: hue angle of 55.98º degrees, saturation: 0.76, 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 #CFC31C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 195 28 -
CMYK 0 0.06 0.86 0.19
HSL 55.98º 0.76% 0.46% -
HSV(B) 55.98º 0.86% 0.81% -
XYZ 45.46 52.38 8.81 -
YUV 179.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 207 195 28 0 0.06 0.86 0.19 55.98 0.76 0.46
Hex CF C3 1C 0 6 56 13 38 4C 2E
Octal 317 303 34 0 6 126 23 70 114 56
Binary 11001111 11000011 11100 0 110 1010110 10011 111000 1001100 101110

Color Harmonies of #CFC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC31C

Black with #CFC31C

Text Example


Text Example

White with #CFC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC31C; }

 p { color: rgb(207,195,28); }

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

background-color css

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

 a { background-color: rgb(207,195,28); }

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

border-color css

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

 span { border-color: rgb(207,195,28); }

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