Html Css Color HEX #CFCD25 Barberry

📋 copy color: '#CFCD25'

red 207 ◦ green 205 ◦ blue 37

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

Shades of Barberry #CFCD25

Tints of Barberry #CFCD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

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

R = 46.1%
G = 45.66%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFCD25 (or 0xCFCD25) is known color: Barberry. HEX triplet: CF, CD and 25. RGB value is (207,205,37). Sum of RGB (Red+Green+Blue) = 207+205+37=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD25 is #3032DA. Grayscale: #BBBBBB. Windows color (decimal): -3158747 or 2477519. OLE color: 2477519.

HSL color Cylindrical-coordinate representation of color #CFCD25: hue angle of 59.29º 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 #CFCD25 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 205 37 -
CMYK 0 0.01 0.82 0.19
HSL 59.29º 0.7% 0.48% -
HSV(B) 59.29º 0.82% 0.81% -
XYZ 47.9 57.06 10.24 -
YUV 186.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 207 205 37 0 0.01 0.82 0.19 59.29 0.7 0.48
Hex CF CD 25 0 1 52 13 3B 46 30
Octal 317 315 45 0 1 122 23 73 106 60
Binary 11001111 11001101 100101 0 1 1010010 10011 111011 1000110 110000

Color Harmonies of #CFCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD25

Black with #CFCD25

Text Example


Text Example

White with #CFCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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