Html Css Color HEX #CCBD25 Barberry

📋 copy color: '#CCBD25'

red 204 ◦ green 189 ◦ blue 37

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

Shades of Barberry #CCBD25

Tints of Barberry #CCBD25

RGB

 RED value IS 204 (80.08% from 255) = 47.44%

 GREEN value IS 189 (74.22% from 255) = 43.95%

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

R = 47.44%
G = 43.95%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCBD25 (or 0xCCBD25) is known color: Barberry. HEX triplet: CC, BD and 25. RGB value is (204,189,37). Sum of RGB (Red+Green+Blue) = 204+189+37=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD25 is #3342DA. Grayscale: #B0B0B0. Windows color (decimal): -3359451 or 2473420. OLE color: 2473420.

HSL color Cylindrical-coordinate representation of color #CCBD25: hue angle of 54.61º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCBD25 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 37 -
CMYK 0 0.07 0.82 0.2
HSL 54.61º 0.69% 0.47% -
HSV(B) 54.61º 0.82% 0.8% -
XYZ 43.43 49.37 8.99 -
YUV 176.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 204 189 37 0 0.07 0.82 0.2 54.61 0.69 0.47
Hex CC BD 25 0 7 52 14 37 45 2F
Octal 314 275 45 0 7 122 24 67 105 57
Binary 11001100 10111101 100101 0 111 1010010 10100 110111 1000101 101111

Color Harmonies of #CCBD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD25

Black with #CCBD25

Text Example


Text Example

White with #CCBD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD25; }

 p { color: rgb(204,189,37); }

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

background-color css

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

 a { background-color: rgb(204,189,37); }

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

border-color css

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

 span { border-color: rgb(204,189,37); }

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