Html Css Color HEX #CBDA67 Goldenrod

📋 copy color: '#CBDA67'

red 203 ◦ green 218 ◦ blue 103

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

Shades of Goldenrod #CBDA67

Tints of Goldenrod #CBDA67

RGB

 RED value IS 203 (79.69% from 255) = 38.74%

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 103 (40.63% from 255) = 19.66%

R = 38.74%
G = 41.6%
B = 19.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CBDA67 (or 0xCBDA67) is known color: Goldenrod. HEX triplet: CB, DA and 67. RGB value is (203,218,103). Sum of RGB (Red+Green+Blue) = 203+218+103=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA67 is #342598. Grayscale: #C8C8C8. Windows color (decimal): -3417497 or 6806219. OLE color: 6806219.

HSL color Cylindrical-coordinate representation of color #CBDA67: hue angle of 67.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBDA67 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 103 -
CMYK 0.07 0 0.53 0.15
HSL 67.83º 0.61% 0.63% -
HSV(B) 67.83º 0.53% 0.85% -
XYZ 52.15 63.82 22.4 -
YUV 200.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 203 218 103 0.07 0 0.53 0.15 67.83 0.61 0.63
Hex CB DA 67 7 0 35 F 44 3D 3F
Octal 313 332 147 7 0 65 17 104 75 77
Binary 11001011 11011010 1100111 111 0 110101 1111 1000100 111101 111111

Color Harmonies of #CBDA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA67

Black with #CBDA67

Text Example


Text Example

White with #CBDA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA67; }

 p { color: rgb(203,218,103); }

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

background-color css

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

 a { background-color: rgb(203,218,103); }

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

border-color css

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

 span { border-color: rgb(203,218,103); }

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